94 Commits (d677f0dcf1ccc01bd4fa48706fdb5f52b8b3be5d)

Author SHA1 Message Date
Andrey Shchekin d677f0dcf1 Fixed thread safety issues as per code review comments. 8 years ago
Andrey Shchekin d15fe0f254 Fixed bug with decimal optional parameters not being resolved correctly. 8 years ago
Siegfried Pammer 2d842a596a Add KnownAttribute.CallerMemberName, CallerFilePath and CallerLineNumber 8 years ago
Siegfried Pammer b20d4df95b Fix #1231: System.BadImageFormatException: Invalid coded index 8 years ago
Siegfried Pammer 54f130bd91 Simplify signature of DetermineIsIndexer. 8 years ago
Siegfried Pammer 342750ad1d Fix DetermineIsIndexer: parameter handles are optional, so it's better to check the signature blob for the parameter count. 8 years ago
Siegfried Pammer bfdff894bc #1214: Assertion Failed in DecodeSignature() - Fix type system metadata; parameter metadata was assigned to parameter types in the wrong order. 8 years ago
Siegfried Pammer 39a9efde29 Fix #1220: Auto Property named 'Item' decompiled as an invalid indexer 8 years ago
Siegfried Pammer 99f9ecadd3 Fix #1221: Private setter-only properties are not decompiled correctly 8 years ago
Siegfried Pammer 195a1cf55b IModule should implement ISymbol. 8 years ago
Siegfried Pammer 18e0c7110f Fix #1208: v4.x: EnumUnderlyingTypeResolveException when opening up assembly 8 years ago
Daniel Grunwald ab157b2fc0 Add TypeSystemOptions.Uncached. 8 years ago
Daniel Grunwald b396d203bd Merge IDecompilerTypeSystem with ICompilation. 8 years ago
Daniel Grunwald 1f3916d554 Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 8 years ago
Daniel Grunwald 107fe5eb1c Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 8 years ago
Daniel Grunwald fdc109eebd Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails. 8 years ago
Siegfried Pammer b6e88c4bbb Handle EnumUnderlyingTypeResolveException in CustomAttribute.DecodeValue() 8 years ago
Daniel Grunwald 3b46776c5e Rename IAssembly -> IModule. 8 years ago
Daniel Grunwald b149238777 Introduce IType.IsByRefLike. 8 years ago
Daniel Grunwald d63a37dcda Allow comparing metadata entities across compilations. 8 years ago
Siegfried Pammer 4f1c6e3509 Remove more dead code. 8 years ago
Siegfried Pammer 1f9472e10e Refactor GetDeclaringAssembly + Add support for module references. 8 years ago
Daniel Grunwald 0f71b65b53 Remove unresolved TS interfaces. 8 years ago
Daniel Grunwald 2fa2eb9d18 Remove some of the old TS implementations. 8 years ago
Daniel Grunwald 3be697eadf Rewrite MinimalCorlib without using the unresolved TS. 8 years ago
Siegfried Pammer 49127f96ed Remove dead UnresolvedSecurityDeclarationBlob.cs 8 years ago
Daniel Grunwald 8f588208b9 Fix tuple type in 'new List<(int, string)>'. 8 years ago
Siegfried Pammer bcfb3742eb Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
Daniel Grunwald 4ec0028356 Don't cache attributes in the type system. 8 years ago
Siegfried Pammer 9acc372a68 Use TypeSystem for ILSpy UI: 8 years ago
Daniel Grunwald 97fc614db5 Remove unimplemented IMember.IsShadowing and IField.IsFixed. 8 years ago
Daniel Grunwald c85927b579 Add support for IndexerNameAttribute. 8 years ago
Siegfried Pammer 069e4072de Fix compile errors after merge. 8 years ago
Siegfried Pammer c1667fab5a Decouple MetadataField and MetadataLoader 8 years ago
Siegfried Pammer 9d2957372b Undo reordering of base types 8 years ago
Siegfried Pammer 7d7b7b7d98 Fix order of DirectBaseTypes and typo in SpecializedParameter 8 years ago
Siegfried Pammer 2953c913d3 Fix handling of extension methods 8 years ago
Siegfried Pammer 4c11f34634 Fix namespaces of KnownAttribute.IteratorStateMachine and KnownAttribute.AsyncStateMachine 8 years ago
Siegfried Pammer 1f04729491 IParameter.Attributes should always be non-null. 8 years ago
Daniel Grunwald 621d90d006 Use MetadataAssembly (the new TS implementation) in DecompilerTypeSystem. 8 years ago
Daniel Grunwald db47643a41 Interface implementations in TS 8 years ago
Daniel Grunwald ee3012281d Implement MetadataEvent and re-work the representation of attribute arguments. 8 years ago
Daniel Grunwald da06a48851 Implement more of the new metadata TS. 8 years ago
Daniel Grunwald bca3191169 Add MetadataProperty. 8 years ago
Daniel Grunwald 385433aff4 Add MetadataMethod. 8 years ago
Daniel Grunwald 0f8c310de2 Started work on new resolved TS implementation that directly uses SRM. 8 years ago
Daniel Grunwald 5c0190b186 Rename TypeAttributeOptions -> TypeSystemOptions 8 years ago
Daniel Grunwald 0be9e84f1b Use resolved TS in member filter predicates. 8 years ago
Daniel Grunwald 802f6e54fd Refactor DecompilerTypeSystem.ResolveMethod(). 8 years ago
Daniel Grunwald fa2df4df26 Clean up type system interfaces. 8 years ago