#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 683d3535b1 Implemented "Find references" 14 years ago
..
Analysis Add ITypeResolveContext.GetKnownTypeDefinition() for efficiently retrieving built-in types. 14 years ago
Ast Fixed bugs that caused some nodes not to be resolved in a "resolve all" run. 14 years ago
Formatter Add TypeKind enum. 14 years ago
OutputVisitor Used the namedexpression instead of assignment/namedargument 14 years ago
Parser Add GetInterestingFileNames to FindReferences. 14 years ago
Refactoring Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be. 14 years ago
Resolver Implemented "Find references" 14 years ago