#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 c3a31c9c81 Fix #92: The resolver does not check type constraints on calls to generic methods 14 years ago
..
CSharpAstResolver.cs Update solution-loading logic in ConsistencyCheck. 14 years ago
CSharpConversions.cs Fix icsharpcode/NRefactory#89: explicit conversion of array to generic IList fails when array covariance is used. 14 years ago
CSharpInvocationResolveResult.cs Introduced NamedArgumentResolveResult. 14 years ago
CSharpOperators.cs Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 14 years ago
CSharpResolver.cs Use NamedArgumentResolveResult for dynamic invocations. 14 years ago
CompositeResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
DetectSkippableNodesNavigator.cs Rename CompilationUnit to SyntaxTree. 14 years ago
DynamicInvocationResolveResult.cs Use NamedArgumentResolveResult for dynamic invocations. 14 years ago
DynamicMemberResolveResult.cs ResolveResults for dynamic expressions 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 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 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). 14 years ago
Log.cs Add failing unit test for CompilationUnit.ConditionalSymbols. 14 years ago
MemberLookup.cs Fixed accessing protected members through type parameters. 14 years ago
MethodGroupResolveResult.cs Avoid NullReferenceExceptions now that MethodGroupResolveResult.TargetResult can be null. 14 years ago
NodeListResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
OverloadResolution.cs Fix #92: The resolver does not check type constraints on calls to generic methods 14 years ago
OverloadResolutionErrors.cs Fix #92: The resolver does not check type constraints on calls to generic methods 14 years ago
ResolveAtLocation.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
ResolveVisitor.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
TypeInference.cs Fixed bug when passing an extension method as a method group to a generic function. 14 years ago