280 Commits (f9aa82cf49e352d5e65996c917fcaca53c214a8c)

Author SHA1 Message Date
Mike Krüger 62283e2640 [TypeSystem] Made error message more verbose. 14 years ago
Daniel Grunwald 0aa37bcf44 Add lazy-loading support to CecilLoader. 14 years ago
Daniel Grunwald 77283dc2f1 Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults). 14 years ago
Daniel Grunwald 5d2fee1b90 Add CompilerSettings class instead of using the one from Mono.CSharp. 14 years ago
Daniel Grunwald 585ae50c2f CSharpAstResolver: don't return the same ResolveResult for two different nodes. 14 years ago
Mike Krüger 839b19e814 [TyeSystem] Fixed bug in nested type property. 14 years ago
Daniel Grunwald 806869e563 Add IType.GetAccessors(). 14 years ago
Daniel Grunwald bf8932302f Add missing fields in KnownTypeReference. 14 years ago
Daniel Grunwald cdaf5751e6 Implement AnonymousType.ToTypeReference(). 14 years ago
Daniel Grunwald c6d8b93322 Move SimpleTypeResolveContext out of Implementation namespace. 14 years ago
erikkallen d46cbdbb06 Don't report a member as implementing an interface member if there is another explicit implementation of that interface member. 14 years ago
erikkallen 481397973a Support explicitly implemented events in the CecilLoader. 14 years ago
erikkallen 7640141783 Added support for explicit method and property implementations to the cecil loader. 14 years ago
erikkallen 18995bd372 Fixed InheritanceHelper to support explicit interface implementation of base accessors. 14 years ago
erikkallen fd39748fcf (Rather ugly) fix for indexer accessor's ImplementedInterfaceMembers. 14 years ago
erikkallen 7ce5de3873 (Rather ugly) fix ensure that accessor method are reported as implementing the corresponding accessor methods from interfaces. 14 years ago
Daniel Grunwald d6ed3b7726 Fixed resolving accessors. 14 years ago
Siegfried Pammer cd9c948375 Add ICollection, ICollection<T> and IList to KnownTypeReference. 14 years ago
Daniel Grunwald a77fa3103a Add IMethod.AccessorOwner. 14 years ago
Mike Krüger 73a44b2ddb [NRefactory] Be more verbose on cecil load error. 14 years ago
Daniel Grunwald 1640cb8c32 Set version number to 5.0.1; fixed some compiler warnings. 14 years ago
Daniel Grunwald cbb1fe5008 Fixed some issues resolving members. 14 years ago
Daniel Grunwald 180ed85c85 Implemented IUnresolvedMember.Resolve(). 14 years ago
mike 4add67930e [TypeSystem] Cecil loader no longer crashes loading gtk-sharp.dll on 14 years ago
Daniel Grunwald 282d3c3423 Fix icsharpcode/NRefactory#32: ResolveResult for anonymous type creation 14 years ago
Mike Krüger 7a3e68fb1d [TypeSystem] All attributes from partial method declarations are now 14 years ago
Mike Krüger 8305999fcb [TypeSystem] Added default parameter for GetClassTypeReference 14 years ago
Mike Krüger bb6660ea75 [TypeSystem] Added TypeReference.Resolve (Compilation) extension 14 years ago
Daniel Grunwald e0f3421c1d Add support for type forwarders. 14 years ago
Mike Krüger 86fede3528 Fixed anther system.core 3.5 vs. 4.0 type lookup case. 14 years ago
Mike Krüger b277e750b4 Fixed GetClassTypeReference resolving error. 14 years ago
Daniel Grunwald 444fe4ebf7 Make IParsedFile.LastWriteTime nullable. 14 years ago
Daniel Grunwald d4dd1648e8 Implemented the new options for overridden members in FindReferences. 14 years ago
Daniel Grunwald b3acaaf40e Added support for specialized members to InheritanceHelper.GetBaseMember(). 14 years ago
Daniel Grunwald 777be39cca Rewrite of the substitution logic in SpecializedMember. 14 years ago
Daniel Grunwald bf42e08dd4 Add support for IReadOnlyList<T>. 14 years ago
Daniel Grunwald e213758ec7 Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 14 years ago
Daniel Grunwald cf331bb4af Fixed resolving partial method definitions. 14 years ago
Daniel Grunwald 3fbcf2f7d0 Add support for partial methods. 14 years ago
Daniel Grunwald fe8e098a27 Fixed some FxCop warnings. 14 years ago
Daniel Grunwald b416f38f78 CSharpAmbience: allow passing in a custom IOutputFormatter. 14 years ago
Daniel Grunwald d6f3c841ce Replace ConversionFlags.UseFullyQualifiedMemberNames with ConversionFlags.ShowDeclaringType. 14 years ago
Daniel Grunwald e8f092892b Add support for calling constructors on COM interfaces. 14 years ago
Daniel Grunwald 14bf452879 Rename InterfaceImplementations -> ImplementedInterfaceMembers. 14 years ago
Daniel Grunwald 59c9e99921 DefaultResolvedTypeDefinition: lazily initialize the list of members. 14 years ago
Daniel Grunwald 29c1b59c10 Add ICompilation.Assemblies. 14 years ago
Daniel Grunwald 2bebee46a1 C# XML documentation support. 14 years ago
Daniel Grunwald b31e10489f Protect against [InternalsVisibleTo] stack overflow and fixed a possible cause for that stack overflow 14 years ago
Daniel Grunwald ec225c160d Fixed bugs related to ID strings. 14 years ago
Daniel Grunwald ee92c68d5e TypeParameterReference now resolves to a dummy type parameter instead of UnknownType when no ITypeParameter is available in the resolve context. 14 years ago