#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 bb822e94d4 Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
..
Expressions Fixed lambda type inference in delegate creation expressions. ("new Func<int, int>(a => a)") 14 years ago
GeneralScope Fixed constraints parsing #2. 14 years ago
Statements Type system refactoring: split unresolved/resolved type systems. 14 years ago
TypeMembers Added unattached attributes to the AST. 14 years ago
AstNode.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
AstNodeCollection.cs Use AstType.ToTypeReference() instead of TypeSystemConvertVisitor.ConvertType(). 14 years ago
AstType.cs Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
CSharpModifierToken.cs Make DefaultTypeDefinition.FullName cache thread-safe. 14 years ago
CSharpTokenNode.cs Add CodeDomConvertVisitor. 15 years ago
CSharpUtil.cs Move NRefactory.CSharp to separate assembly. 15 years ago
CompilationUnit.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
ComposedType.cs Add AstType.ToTypeReference() method. 14 years ago
DepthFirstAstVisitor.cs Handled pre processor directives as separate AST node. 14 years ago
ErrorNode.cs Add CodeDomConvertVisitor. 15 years ago
IAstVisitor.cs Handled pre processor directives as separate AST node. 14 years ago
IRelocatable.cs Move NRefactory.CSharp to separate assembly. 15 years ago
Identifier.cs C# AST: when setting a string property to null or an empty string, remove the corresponding identifier token. 15 years ago
IdentifierExpressionBackreference.cs Move NRefactory.CSharp to separate assembly. 15 years ago
MemberType.cs Add AstType.ToTypeReference() method. 14 years ago
Modifiers.cs Adjust AST for async/await. 15 years ago
NodeType.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
ObservableAstVisitor.cs Handled pre processor directives as separate AST node. 14 years ago
PrimitiveType.cs Use AstType.ToTypeReference() instead of TypeSystemConvertVisitor.ConvertType(). 14 years ago
SimpleType.cs Add AstType.ToTypeReference() method. 14 years ago