#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.
 
 
 
 
 
 
Mike Krüger 916654c166 Fixed async lambda resolve bug. 13 years ago
..
AliasNamespaceResolveResult.cs Remove unresolved references from new Alias*ResolveResult. 13 years ago
AliasTypeResolveResult.cs Remove unresolved references from new Alias*ResolveResult. 13 years ago
AwaitResolveResult.cs Make 'await' resolve as in the C# 5.0 language specification. 13 years ago
CSharpAstResolver.cs Update solution-loading logic in ConsistencyCheck. 13 years ago
CSharpConversions.cs Added information about built-in conversions before and after a user-defined conversion operator is applied 13 years ago
CSharpInvocationResolveResult.cs ReducedMethod in CSharpInvocationResolveResult is now lazy. 13 years ago
CSharpOperators.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
CSharpResolver.cs Merge pull request #137 from erik-kallen/conversion-improvements 13 years ago
CompositeResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
DetectSkippableNodesNavigator.cs Rename CompilationUnit to SyntaxTree. 13 years ago
DynamicInvocationResolveResult.cs Use NamedArgumentResolveResult for dynamic invocations. 13 years ago
DynamicMemberResolveResult.cs ResolveResults for dynamic expressions 13 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 Allow calling FindReferences without IUnresolvedFile. 13 years ago
IResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
LambdaResolveResult.cs Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 13 years ago
Log.cs Ambiguous conversions don't cause overload resolution to pick a different overload. 13 years ago
MemberLookup.cs Fixed member lookup bug. 13 years ago
MethodGroupResolveResult.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
NodeListResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
OverloadResolution.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
OverloadResolutionErrors.cs Fix #92: The resolver does not check type constraints on calls to generic methods 13 years ago
ReducedExtensionMethod.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
ResolveAtLocation.cs ResolveAtLocation: when resolving a method name within a delegate creation, produce MemberResolveResult instead of MethodGroupResolveResult. 13 years ago
ResolveVisitor.cs Fixed async lambda resolve bug. 13 years ago
TypeInference.cs Fix a bug with type inference for nullables. 13 years ago