#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 1d32c620f3 Added support for explicit optional parameters. 13 years ago
..
Implementation Added support for explicit optional parameters. 13 years ago
Accessibility.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
AnonymousType.cs Add IType.GetAccessors(). 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 CecilLoader: Import fields with a DecimalConstantAttribute as 'const' 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 ICompilation.Import(IType): added support for importing open generic types 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 Move SimpleTypeResolveContext out of Implementation namespace. 13 years ago
IMethod.cs [TypeSystem] Added C# style async modifier to methods. 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 Add ITypeDefinition.GetInterfaceImplementation(). 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 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
IVariable.cs Remove outdated code contracts. 13 years ago
InheritanceHelper.cs Merge some bugfixes from SharpDevelop to NRefactory. 13 years ago
IntersectionType.cs Add IType.GetAccessors(). 13 years ago
KnownTypeReference.cs Make 'await' resolve as in the C# 5.0 language specification. 13 years ago
NullableType.cs Change ISupportsInterning so that objects are interned immediately after they are created. 13 years ago
ParameterListComparer.cs Implemented IUnresolvedMember.Resolve(). 13 years ago
ParameterizedType.cs Implement ICompilationProvider in a few more places where we have the compilation available. 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
TypeSystemExtensions.cs Add Import() extension method for INamespace 13 years ago
TypeVisitor.cs Put MIT license into the file headers. 14 years ago