#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 07bf385a27 Remove IUnresolvedFile.GetTypeResolveContext 13 years ago
..
Implementation Fix several bugs with anonymous types: 13 years ago
Accessibility.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
AnonymousType.cs Fix several bugs with anonymous types: 13 years ago
ArrayType.cs Implement ICompilationProvider in a few more places where we have the compilation available. 13 years ago
ByReferenceType.cs Change ISupportsInterning so that objects are interned immediately after they are created. 13 years ago
CecilLoader.cs Merge changes from SharpDevelop repository to NRefactory: 13 years ago
ComHelper.cs Fixed some FxCop warnings. 14 years ago
DefaultSolutionSnapshot.cs DefaultSolutionSnapshot.AddCompilation now registers the project content for GetProjectContent(string projectFileName) 13 years ago
DomRegion.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
EntityType.cs Add IType.GetAccessors(). 13 years ago
Error.cs Move NRefactory.CSharp to separate assembly. 14 years ago
FullTypeName.cs Fix bug in ParameterizedType.VisitChildren() when replacing the generic type definition. 13 years ago
IAmbience.cs Fixed some FxCop warnings. 14 years ago
IAssembly.cs ICompilation.Import(IType): added support for importing open generic types 13 years ago
IAttribute.cs Remove outdated code contracts. 13 years ago
ICompilation.cs Add Import() extension method for INamespace 13 years ago
IConstantValue.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
IEntity.cs ICompilation.Import(IType): added support for importing open generic types 13 years ago
IEvent.cs Move SimpleTypeResolveContext out of Implementation namespace. 13 years ago
IField.cs Move SimpleTypeResolveContext out of Implementation namespace. 13 years ago
IFreezable.cs Remove outdated code contracts. 13 years ago
IInterningProvider.cs Change ISupportsInterning so that objects are interned immediately after they are created. 13 years ago
IMember.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
IMethod.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
INamedElement.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
INamespace.cs ICompilation.Import(IType): added support for importing open generic types 13 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. 13 years ago
IProperty.cs Move SimpleTypeResolveContext out of Implementation namespace. 13 years ago
ISolutionSnapshot.cs Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 13 years ago
ISupportsInterning.cs NRefactory changes from SharpDevelop: add IDocument.FileName and IAssembly.FullAssemblyName, 13 years ago
IType.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
ITypeDefinition.cs Revert "[TypeSystem] Added a method to get only defined members with a filter" 13 years ago
ITypeParameter.cs Implemented ITypeParameter.EffectiveInterfaceSet 13 years ago
ITypeReference.cs Implement ICompilationProvider in a few more places where we have the compilation available. 13 years ago
IUnresolvedFile.cs Remove IUnresolvedFile.GetTypeResolveContext 13 years ago
IVariable.cs Remove outdated code contracts. 13 years ago
InheritanceHelper.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
IntersectionType.cs Add IType.GetAccessors(). 13 years ago
KnownTypeReference.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
NullableType.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
ParameterListComparer.cs Implemented IUnresolvedMember.Resolve(). 13 years ago
ParameterizedType.cs Revert "Added TypeParameters property to IType (for consistency with the" 13 years ago
PointerType.cs Change ISupportsInterning so that objects are interned immediately after they are created. 13 years ago
ProjectReference.cs Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 13 years ago
ReflectionHelper.cs Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
ReflectionNameParseException.cs Remove some dead code. 14 years ago
SimpleTypeResolveContext.cs Move SimpleTypeResolveContext out of Implementation namespace. 13 years ago
SpecialType.cs Fixed some issues with code round-tripping; and added unit tests for some parser failures. 14 years ago
TopLevelTypeName.cs Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
TypeKind.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
TypeParameterSubstitution.cs Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts. 13 years ago
TypeSystemExtensions.cs Add Import() extension method for INamespace 13 years ago
TypeVisitor.cs Put MIT license into the file headers. 14 years ago