#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 1f6c4f037e Update solution-loading logic in ConsistencyCheck. 14 years ago
..
Implementation Update solution-loading logic in ConsistencyCheck. 14 years ago
Accessibility.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
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 Implemented explicit conversions - invalid casts now resolve to Conversion.None. 14 years ago
ComHelper.cs Fixed some FxCop warnings. 14 years ago
DefaultSolutionSnapshot.cs Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 14 years ago
DomRegion.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
EntityType.cs Add IType.GetAccessors(). 14 years ago
Error.cs Move NRefactory.CSharp to separate assembly. 15 years ago
ExtensionMethods.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
IAmbience.cs Fixed some FxCop warnings. 14 years ago
IAssembly.cs [TypeSystem] Added location property to IAssembly. 14 years ago
IAttribute.cs Remove outdated code contracts. 14 years ago
ICompilation.cs Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 14 years ago
IConstantValue.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
IEntity.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 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 Remove outdated code contracts. 14 years ago
IInterningProvider.cs Remove outdated code contracts. 14 years ago
IMember.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
IMethod.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
INamedElement.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
INamespace.cs Add INamespace.ContributingAssemblies. 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
IProjectContent.cs Update solution-loading logic in ConsistencyCheck. 14 years ago
IProperty.cs Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
ISolutionSnapshot.cs Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 14 years ago
ISupportsInterning.cs Remove outdated code contracts. 14 years ago
IType.cs Add ITypeDefinition.GetInterfaceImplementation(). 14 years ago
ITypeDefinition.cs Add ITypeDefinition.GetInterfaceImplementation(). 14 years ago
ITypeParameter.cs When copying type parameters into inner classes, re-use the same ITypeParameter instance. 14 years ago
ITypeReference.cs Remove outdated code contracts. 14 years ago
IUnresolvedFile.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
IVariable.cs Remove outdated code contracts. 14 years ago
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 Type system refactoring: split unresolved/resolved type systems. 14 years ago
ParameterListComparer.cs Implemented IUnresolvedMember.Resolve(). 14 years ago
ParameterizedType.cs Implemented explicit conversions - invalid casts now resolve to Conversion.None. 14 years ago
PointerType.cs Fixed the ResolveVisitor scanning logic and several related issues. 14 years ago
ProjectReference.cs Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 14 years ago
ReflectionHelper.cs Fixed bugs related to ID strings. 14 years ago
ReflectionNameParseException.cs Remove some dead code. 14 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. 14 years ago
TypeKind.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
TypeVisitor.cs Put MIT license into the file headers. 15 years ago