#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 31474555b2 Avoid looking for inner classes when resolving a class constraint. 14 years ago
..
AliasNamespaceReference.cs Type system refactoring: split unresolved/resolved type systems. 15 years ago
AttributeTypeReference.cs Adjusted C# resolver to refactored type system. 15 years ago
CSharpAssembly.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
CSharpAttribute.cs Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 14 years ago
CSharpDocumentationComment.cs Implemented C# cref parser. 14 years ago
CSharpTypeResolveContext.cs Implemented IUnresolvedMember.Resolve(). 14 years ago
CSharpUnresolvedFile.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
CSharpUnresolvedTypeDefinition.cs Adjust CodeDomConvertVisitor and DefiniteAssignmentAnalysis to new type system. 15 years ago
ConstantValues.cs Fixed some FxCop warnings. 14 years ago
MemberTypeOrNamespaceReference.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
MethodTypeParameterWithInheritedConstraints.cs Rename InterfaceImplementations -> ImplementedInterfaceMembers. 14 years ago
ResolvedUsingScope.cs Fixed issue with duplicate using directives. 14 years ago
SimpleTypeOrNamespaceReference.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
TypeOrNamespaceReference.cs Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
TypeSystemConvertVisitor.cs Avoid looking for inner classes when resolving a class constraint. 14 years ago
UsingScope.cs [TypeSystem] UsingScope now uses as operator for casts. 14 years ago