#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 18c96e089d Add support for multiline XML documentation comments. 14 years ago
..
Expressions Fixed lambda type inference in delegate creation expressions. ("new Func<int, int>(a => a)") 14 years ago
GeneralScope Add support for multiline XML documentation comments. 14 years ago
Statements Add null node for VariableInitializer. 14 years ago
TypeMembers Add null node for VariableInitializer. 14 years ago
AstNode.cs Add null node for VariableInitializer. 14 years ago
AstNodeCollection.cs Report more types of invalid equality comparisons as errors. 14 years ago
AstType.cs C# XML documentation support. 14 years ago
CSharpModifierToken.cs Make DefaultTypeDefinition.FullName cache thread-safe. 15 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. 15 years ago
ComposedType.cs Add AstType.ToTypeReference() method. 14 years ago
DepthFirstAstVisitor.cs C# XML documentation support. 14 years ago
DocumentationReference.cs C# XML documentation support. 14 years ago
ErrorNode.cs Add CodeDomConvertVisitor. 15 years ago
IAstVisitor.cs C# XML documentation support. 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. 15 years ago
ObservableAstVisitor.cs C# XML documentation support. 14 years ago
PrimitiveType.cs Use AstType.ToTypeReference() instead of TypeSystemConvertVisitor.ConvertType(). 14 years ago
SimpleType.cs Add AstType.ToTypeReference() method. 14 years ago