|
|
|
@ -17,6 +17,7 @@ |
|
|
|
// DEALINGS IN THE SOFTWARE.
|
|
|
|
// DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
using System.Reflection.Metadata; |
|
|
|
using System.Reflection.Metadata; |
|
|
|
|
|
|
|
using ICSharpCode.Decompiler.Metadata; |
|
|
|
|
|
|
|
|
|
|
|
namespace ICSharpCode.Decompiler.TypeSystem |
|
|
|
namespace ICSharpCode.Decompiler.TypeSystem |
|
|
|
{ |
|
|
|
{ |
|
|
|
@ -33,6 +34,7 @@ namespace ICSharpCode.Decompiler.TypeSystem |
|
|
|
IMember ResolveAsMember(EntityHandle memberReference); |
|
|
|
IMember ResolveAsMember(EntityHandle memberReference); |
|
|
|
|
|
|
|
|
|
|
|
MetadataReader GetMetadata(); |
|
|
|
MetadataReader GetMetadata(); |
|
|
|
|
|
|
|
PEFile ModuleDefinition { get; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets a type system instance that automatically specializes the results
|
|
|
|
/// Gets a type system instance that automatically specializes the results
|
|
|
|
|