#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald a5865bdd8e Implemented "Find References". 15 years ago
..
Analysis Add ITypeResolveContext.GetKnownTypeDefinition() for efficiently retrieving built-in types. 15 years ago
Ast Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class. 15 years ago
Formatter Add TypeKind enum. 15 years ago
OutputVisitor Used the namedexpression instead of assignment/namedargument 15 years ago
Parser Add cache for implicit conversions for 25% performance boost. 15 years ago
Refactoring Use 'UsingScopeCache' instance for caching the extension methods. 15 years ago
Resolver Implemented "Find References". 15 years ago