#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 4f47170535 Fixed type inference bug introduced in 2e40a34 - array covariance was ignored. 14 years ago
..
CSharpAstResolver.cs Moved the roles class out of AstNode. 14 years ago
CSharpConversions.cs Implemented the new options for overridden members in FindReferences. 14 years ago
CSharpInvocationResolveResult.cs Fix icsharpcode/NRefactory#18: ResolveResult for object creation 14 years ago
CSharpOperators.cs Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 14 years ago
CSharpResolver.cs Add IsEligibleExtensionMethod to public API. 14 years ago
CompositeResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
DetectSkippableNodesNavigator.cs Move NRefactory.CSharp to separate assembly. 14 years ago
FindReferenceSearchScope.cs FindReferences: add support for searching in a different compilation than the entity is defined in. 14 years ago
FindReferencedEntities.cs FindReferences: API idea for new options 14 years ago
FindReferences.cs Fixed find type parameter references. 14 years ago
IResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
LambdaResolveResult.cs Rename Conversions to CSharpConversions. 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 Add IsEligibleExtensionMethod to public API. 14 years ago
NodeListResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
OverloadResolution.cs Fix icsharpcode/NRefactory#30: Target of extension method invocation 14 years ago
OverloadResolutionErrors.cs Fixed bug when resolving base constructor calls. 14 years ago
ResolveAtLocation.cs Moved the roles class out of AstNode. 14 years ago
ResolveVisitor.cs Implemented the new options for overridden members in FindReferences. 14 years ago
TypeInference.cs Fixed type inference bug introduced in 2e40a34 - array covariance was ignored. 14 years ago