#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 77ea4dae30 Report more types of invalid equality comparisons as errors. 14 years ago
..
CSharpAstResolver.cs Report more types of invalid equality comparisons as errors. 14 years ago
CSharpInvocationResolveResult.cs Fixed resolving compound assignment operators. 14 years ago
CSharpOperators.cs Report more types of invalid equality comparisons as errors. 14 years ago
CSharpResolver.cs Report more types of invalid equality comparisons as errors. 14 years ago
CompositeResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
Conversions.cs Check IType.Kind instead of using SpecialType.X.Equals(). 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 lambda type inference in delegate creation expressions. ("new Func<int, int>(a => a)") 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 Implemented eligibility check for extension methods. 14 years ago
OverloadResolutionErrors.cs Fixed bug when resolving base constructor calls. 14 years ago
ResolveAtLocation.cs Resolve at location can now give back the AstNode. 14 years ago
ResolveVisitor.cs Report more types of invalid equality comparisons as errors. 14 years ago
TypeInference.cs Fix bug in output type inference for explicitly typed lambdas. 14 years ago