#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 2f859148f0 Use simpler IAstVisitor for ResolveVisitor. 14 years ago
..
CSharpAstResolver.cs CSharpAstResolver: add cancellation support 14 years ago
CSharpInvocationResolveResult.cs Fixed resolving compound assignment operators. 14 years ago
CSharpOperators.cs Rename InterfaceImplementations -> ImplementedInterfaceMembers. 14 years ago
CSharpResolver.cs Fixed completion unit test. 14 years ago
CompositeResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
Conversions.cs Remove the thread-local cache; it seems to cause massive memory leaks. 14 years ago
DetectSkippableNodesNavigator.cs Move NRefactory.CSharp to separate assembly. 15 years ago
FindReferenceSearchScope.cs FindReferences: add support for searching in a different compilation than the entity is defined in. 14 years ago
FindReferencedEntities.cs Fixed lambda type inference in delegate creation expressions. ("new Func<int, int>(a => a)") 14 years ago
FindReferences.cs Fixed finding references to method group conversions. 14 years ago
IResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
LambdaResolveResult.cs Add nuspec. 14 years ago
Log.cs Added mono compiler bug workaround. 14 years ago
MemberLookup.cs Fixed accessing protected members through type parameters. 14 years ago
MethodGroupResolveResult.cs Fix build. 14 years ago
NodeListResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
OverloadResolution.cs Fix "find references" for method group conversions in delegate creation expressions "new Action(MyMethod)" 14 years ago
OverloadResolutionErrors.cs Fixed bug when resolving base constructor calls. 14 years ago
ResolveAtLocation.cs Improve ResolveAtLocation. 14 years ago
ResolveVisitor.cs Use simpler IAstVisitor for ResolveVisitor. 14 years ago
TypeInference.cs Fix bug in output type inference for explicitly typed lambdas. 14 years ago