#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 51bd4164fe Correctly set OperatorResolveResult.IsLiftedOperator in more cases. 14 years ago
..
CSharpAstResolver.cs Moved the roles class out of AstNode. 14 years ago
CSharpConversions.cs Rename Conversions to CSharpConversions. 14 years ago
CSharpInvocationResolveResult.cs Fixed resolving compound assignment operators. 14 years ago
CSharpOperators.cs Make CSharpAstResolver and Conversions thread-safe. 14 years ago
CSharpResolver.cs Correctly set OperatorResolveResult.IsLiftedOperator in more cases. 14 years ago
CompositeResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
DetectSkippableNodesNavigator.cs
FindReferenceSearchScope.cs FindReferences: add support for searching in a different compilation than the entity is defined in. 14 years ago
FindReferencedEntities.cs FindReferences for IEnumerator.Current now finds foreach statements. 14 years ago
FindReferences.cs Moved the roles class out of AstNode. 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 Rename Conversions to CSharpConversions. 14 years ago
NodeListResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
OverloadResolution.cs Rename Conversions to CSharpConversions. 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 Fixed potential cause of CSharpAstResolver.Resolve returning null. 14 years ago
TypeInference.cs Rename Conversions to CSharpConversions. 14 years ago