#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 839b19e814 [TyeSystem] Fixed bug in nested type property. 14 years ago
..
Implementation [TyeSystem] Fixed bug in nested type property. 14 years ago
Accessibility.cs
AnonymousType.cs Add IType.GetAccessors(). 14 years ago
ArrayType.cs Add IType.GetAccessors(). 14 years ago
ByReferenceType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
CecilLoader.cs Add IType.GetAccessors(). 14 years ago
ComHelper.cs Fixed some FxCop warnings. 14 years ago
DomRegion.cs
EntityType.cs Add IType.GetAccessors(). 14 years ago
Error.cs
ExtensionMethods.cs Set version number to 5.0.1; fixed some compiler warnings. 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
ICompilation.cs Add ICompilation.Assemblies. 14 years ago
IConstantValue.cs
IEntity.cs Add DocumentationComment class that allows looking up 'cref' attributes. 14 years ago
IEvent.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
IField.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
IFreezable.cs
IInterningProvider.cs
IMember.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
IMethod.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
INamedElement.cs
INamespace.cs
IParameter.cs
IParameterizedMember.cs
IParsedFile.cs Make IParsedFile.LastWriteTime nullable. 14 years ago
IProjectContent.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 15 years ago
IProperty.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
ISolutionSnapshot.cs Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot. 15 years ago
ISupportsInterning.cs
IType.cs Add IType.GetAccessors(). 14 years ago
ITypeDefinition.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
ITypeParameter.cs When copying type parameters into inner classes, re-use the same ITypeParameter instance. 14 years ago
ITypeReference.cs Implemented IUnresolvedMember.Resolve(). 14 years ago
IVariable.cs
InheritanceHelper.cs Add IType.GetAccessors(). 14 years ago
IntersectionType.cs Add IType.GetAccessors(). 14 years ago
KnownTypeReference.cs Add missing fields in KnownTypeReference. 14 years ago
NullableType.cs
ParameterListComparer.cs Implemented IUnresolvedMember.Resolve(). 14 years ago
ParameterizedType.cs Add IType.GetAccessors(). 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. 15 years ago
SimpleTypeResolveContext.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
SpecialType.cs Fixed some issues with code round-tripping; and added unit tests for some parser failures. 15 years ago
TypeKind.cs
TypeVisitor.cs