#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 d4dd1648e8 Implemented the new options for overridden members in FindReferences. 14 years ago
..
Implementation Implemented the new options for overridden members in FindReferences. 14 years ago
Accessibility.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
AnonymousType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
ArrayType.cs Add support for IReadOnlyList<T>. 14 years ago
ByReferenceType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
CecilLoader.cs Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 14 years ago
ComHelper.cs Fixed some FxCop warnings. 14 years ago
DomRegion.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
EntityType.cs Put MIT license into the file headers. 14 years ago
Error.cs Move NRefactory.CSharp to separate assembly. 14 years ago
ExtensionMethods.cs Rewrite of the substitution logic in SpecializedMember. 14 years ago
IAmbience.cs Fixed some FxCop warnings. 14 years ago
IAssembly.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
IAttribute.cs WIP: Type system refactoring. 14 years ago
ICompilation.cs Add ICompilation.Assemblies. 14 years ago
IConstantValue.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
IEntity.cs Add DocumentationComment class that allows looking up 'cref' attributes. 14 years ago
IEvent.cs Remove IAccessor and use IMethod instead. 14 years ago
IField.cs WIP: Type system refactoring. 14 years ago
IFreezable.cs Put MIT license into the file headers. 14 years ago
IInterningProvider.cs Put MIT license into the file headers. 14 years ago
IMember.cs Rewrite of the substitution logic in SpecializedMember. 14 years ago
IMethod.cs Add support for partial methods. 14 years ago
INamedElement.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
INamespace.cs C# Type System implementation 14 years ago
IParameter.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
IParameterizedMember.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
IParsedFile.cs Added GetTypeResolveContext to IParsedFile. 14 years ago
IProjectContent.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 14 years ago
IProperty.cs Remove IAccessor and use IMethod instead. 14 years ago
ISolutionSnapshot.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 14 years ago
ISupportsInterning.cs Put MIT license into the file headers. 14 years ago
IType.cs Add support for calling constructors on COM interfaces. 14 years ago
ITypeDefinition.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
ITypeParameter.cs When copying type parameters into inner classes, re-use the same ITypeParameter instance. 14 years ago
ITypeReference.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
IVariable.cs WIP: Type system refactoring. 14 years ago
InheritanceHelper.cs Added support for specialized members to InheritanceHelper.GetBaseMember(). 14 years ago
IntersectionType.cs Fixed bug when resolving base constructor calls. 14 years ago
KnownTypeReference.cs Add support for IReadOnlyList<T>. 14 years ago
NullableType.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
ParameterListComparer.cs Adjusted C# resolver to refactored type system. 14 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 Fixed bugs related to ID strings. 14 years ago
ReflectionNameParseException.cs Remove some dead code. 14 years ago
SpecialType.cs Fixed some issues with code round-tripping; and added unit tests for some parser failures. 14 years ago
TypeKind.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
TypeVisitor.cs Put MIT license into the file headers. 14 years ago