#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 ed0e4c5197 Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference). 14 years ago
..
CSharpAstResolver.cs Fixed some failing unit tests. 14 years ago
CSharpConversions.cs Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference). 14 years ago
CSharpInvocationResolveResult.cs Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 14 years ago
CSharpOperators.cs Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 14 years ago
CSharpResolver.cs Revert f01a4b2 and 58c4ec8. 14 years ago
CompositeResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
DetectSkippableNodesNavigator.cs Move NRefactory.CSharp to separate assembly. 15 years ago
DynamicInvocationResolveResult.cs ResolveResults for dynamic expressions 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. 15 years ago
FindReferencedEntities.cs FindReferences: API idea for new options 14 years ago
FindReferences.cs Renamed named expression identifier -> name. 14 years ago
IResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
LambdaResolveResult.cs Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 14 years ago
Log.cs Added mono compiler bug workaround. 15 years ago
MemberLookup.cs Fixed accessing protected members through type parameters. 14 years ago
MethodGroupResolveResult.cs Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference). 14 years ago
NodeListResolveVisitorNavigator.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
OverloadResolution.cs Add ConversionResolveResult.CheckForOverflow 14 years ago
OverloadResolutionErrors.cs Fixed bug when resolving base constructor calls. 15 years ago
ResolveAtLocation.cs Fixed some failing unit tests. 14 years ago
ResolveVisitor.cs Fixed bug resolving indexer parameter declarations (was introduced with #66 [9476183]). 14 years ago
TypeInference.cs Fixed bug when passing an extension method as a method group to a generic function. 14 years ago