#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 6054ed469a Added unattached attributes to the AST. 14 years ago
..
AliasNamespaceReference.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
AttributeTypeReference.cs Adjusted C# resolver to refactored type system. 15 years ago
CSharpAssembly.cs Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
CSharpAttribute.cs Added unattached attributes to the AST. 14 years ago
CSharpParsedFile.cs Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
CSharpTypeResolveContext.cs Introduce ResolvedUsingScope (serves as cache per using-scope; avoids resolving imported namespaces repeatedly). 15 years ago
CSharpUnresolvedTypeDefinition.cs Adjust CodeDomConvertVisitor and DefiniteAssignmentAnalysis to new type system. 15 years ago
ConstantValues.cs FindReferences: add support for searching in a different compilation than the entity is defined in. 15 years ago
MemberTypeOrNamespaceReference.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
MethodTypeParameterWithInheritedConstraints.cs WIP: Type system refactoring. 15 years ago
ResolvedUsingScope.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 15 years ago
SimpleTypeOrNamespaceReference.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
TypeOrNamespaceReference.cs Add nuspec. 15 years ago
TypeSystemConvertVisitor.cs Fixed type system converter case reported from "erik-kallen". 14 years ago
UsingScope.cs Adjust CodeDomConvertVisitor and DefiniteAssignmentAnalysis to new type system. 15 years ago