#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 eaad50e8be [TypeSystem] Added C# style async modifier to methods. 13 years ago
..
AliasNamespaceReference.cs Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
AttributeTypeReference.cs Change ISupportsInterning so that objects are interned immediately after they are created. 13 years ago
CSharpAssembly.cs Add support for empty namespaces in the C# type system. 13 years ago
CSharpAttribute.cs Change ISupportsInterning so that objects are interned immediately after they are created. 13 years ago
CSharpDocumentationComment.cs Implemented C# cref parser. 13 years ago
CSharpTypeResolveContext.cs Implemented IUnresolvedMember.Resolve(). 13 years ago
CSharpUnresolvedFile.cs Add a mechanism to the FastSerializer that allows us to invalidate cached project contents when fixing a bug in one of the type system loaders. 13 years ago
CSharpUnresolvedTypeDefinition.cs Add a mechanism to the FastSerializer that allows us to invalidate cached project contents when fixing a bug in one of the type system loaders. 13 years ago
ConstantValues.cs Always set ArrayCreateResolveResult.SizeArguments. Closes #111. 13 years ago
MemberTypeOrNamespaceReference.cs Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
MethodTypeParameterWithInheritedConstraints.cs Rename InterfaceImplementations -> ImplementedInterfaceMembers. 14 years ago
ResolvedUsingScope.cs ICompilation.Import(IType): added support for importing open generic types 13 years ago
SimpleTypeOrNamespaceReference.cs Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
TypeOrNamespaceReference.cs Implement ICompilationProvider in a few more places where we have the compilation available. 13 years ago
TypeSystemConvertVisitor.cs [TypeSystem] Added C# style async modifier to methods. 13 years ago
UsingScope.cs [TypeSystem] UsingScope now uses as operator for casts. 13 years ago