#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 8389d7add6 Use OperatorResolveResult for assignments. 14 years ago
..
AliasNamespaceReference.cs Move NRefactory.CSharp to separate assembly. 14 years ago
CSharpAttribute.cs Move NRefactory.CSharp to separate assembly. 14 years ago
CSharpInvocationResolveResult.cs Move NRefactory.CSharp to separate assembly. 14 years ago
CSharpResolver.cs Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class. 14 years ago
CompositeResolveVisitorNavigator.cs Move NRefactory.CSharp to separate assembly. 14 years ago
ConstantValues.cs Move NRefactory.CSharp to separate assembly. 14 years ago
ConversionResolveResult.cs Move NRefactory.CSharp to separate assembly. 14 years ago
Conversions.cs Added async/await support to the resolver. 14 years ago
DetectSkippableNodesNavigator.cs Move NRefactory.CSharp to separate assembly. 14 years ago
ErrorResolveResult.cs Fixed some issues in the CodeDomConvertVisitor. 14 years ago
FindReferenceSearchScope.cs Move NRefactory.CSharp to separate assembly. 14 years ago
FindReferencedEntities.cs Move NRefactory.CSharp to separate assembly. 14 years ago
FindReferences.cs implement find references on local variables 14 years ago
IResolveVisitorNavigator.cs Move NRefactory.CSharp to separate assembly. 14 years ago
ITypeOrNamespaceReference.cs Move NRefactory.CSharp to separate assembly. 14 years ago
LambdaResolveResult.cs Add "public ResolveResult Body { get; }" to LambdaResolveResult. 14 years ago
Log.cs * Log.cs: 14 years ago
MapTypeIntoNewContext.cs Move NRefactory.CSharp to separate assembly. 14 years ago
MemberLookup.cs Added async/await support to the resolver. 14 years ago
MemberTypeOrNamespaceReference.cs Fix infinite recursion when resolving the base type of "class Test : Test.Base { public class Base {} }" 14 years ago
MethodGroupResolveResult.cs Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 14 years ago
NodeListResolveVisitorNavigator.cs Move NRefactory.CSharp to separate assembly. 14 years ago
OverloadResolution.cs Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 14 years ago
OverloadResolutionErrors.cs Move NRefactory.CSharp to separate assembly. 14 years ago
ResolveAtLocation.cs Added type case for resolvenode at location. 14 years ago
ResolveVisitor.cs Use OperatorResolveResult for assignments. 14 years ago
SimpleNameLookupMode.cs Move NRefactory.CSharp to separate assembly. 14 years ago
SimpleTypeOrNamespaceReference.cs Move NRefactory.CSharp to separate assembly. 14 years ago
TypeInference.cs Add GetEffectiveBaseClass() and GetEffectiveInterfaceSet() to ITypeParameter, and fixed a bug in DefaultTypeParameter.IsReferenceType(). 14 years ago
UsingScope.cs Move NRefactory.CSharp to separate assembly. 14 years ago