#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 c5c1337aee Add failing unit test for using-statement with multiple variable declarations. 14 years ago
..
Implementation Add some ToString() overrides for easier debugging 14 years ago
Accessibility.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
AnonymousType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
ArrayType.cs C# Type System implementation 15 years ago
ByReferenceType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
CecilLoader.cs Add MethodGroupResolveResult.GetEligibleExtensionMethods() method. 14 years ago
DomRegion.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
EntityType.cs Put MIT license into the file headers. 15 years ago
Error.cs Move NRefactory.CSharp to separate assembly. 15 years ago
ExtensionMethods.cs Add MethodGroupResolveResult.GetEligibleExtensionMethods() method. 14 years ago
IAmbience.cs Adjusted C# resolver to refactored type system. 15 years ago
IAssembly.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
IAttribute.cs WIP: Type system refactoring. 15 years ago
ICompilation.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 15 years ago
IConstantValue.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
IDocumentationProvider.cs Put MIT license into the file headers. 15 years ago
IEntity.cs WIP: Type system refactoring. 15 years ago
IEvent.cs Remove IAccessor and use IMethod instead. 15 years ago
IField.cs WIP: Type system refactoring. 15 years ago
IFreezable.cs Put MIT license into the file headers. 15 years ago
IInterningProvider.cs Put MIT license into the file headers. 15 years ago
IMember.cs Rename unresolved InterfaceImplementations to ExplicitInterfaceImplementations. 15 years ago
IMethod.cs Adjusted C# resolver to refactored type system. 15 years ago
INamedElement.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
INamespace.cs C# Type System implementation 15 years ago
IParameter.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
IParameterizedMember.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
IParsedFile.cs Added GetTypeResolveContext to IParsedFile. 15 years ago
IProjectContent.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 15 years ago
IProperty.cs Remove IAccessor and use IMethod instead. 15 years ago
ISolutionSnapshot.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 15 years ago
ISupportsInterning.cs Put MIT license into the file headers. 15 years ago
IType.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
ITypeDefinition.cs Added easy to access enumerables for various member types. 15 years ago
ITypeParameter.cs Add failing unit test for using-statement with multiple variable declarations. 14 years ago
ITypeReference.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
IVariable.cs WIP: Type system refactoring. 15 years ago
InheritanceHelper.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
IntersectionType.cs Fixed bug when resolving base constructor calls. 15 years ago
KnownTypeReference.cs Adjust CodeDomConvertVisitor and DefiniteAssignmentAnalysis to new type system. 15 years ago
NullableType.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
ParameterListComparer.cs Adjusted C# resolver to refactored type system. 15 years ago
ParameterizedType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
PointerType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
ReflectionHelper.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
ReflectionNameParseException.cs Remove some dead code. 15 years ago
SpecialType.cs Fixed some issues with code round-tripping; and added unit tests for some parser failures. 15 years ago
TypeKind.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 15 years ago
TypeVisitor.cs Put MIT license into the file headers. 15 years ago