7 references to TypeSpec
Mono.Cecil (7)
Mono.Cecil.Metadata\Utilities.cs (4)
572
tables = new [] { Table.TypeDef, Table.TypeRef, Table.
TypeSpec
};
583
Table.
TypeSpec
, Table.Assembly, Table.AssemblyRef, Table.File, Table.ExportedType,
597
tables = new [] { Table.TypeDef, Table.TypeRef, Table.ModuleRef, Table.Method, Table.
TypeSpec
};
632
Table.
TypeSpec
, Table.Assembly, Table.AssemblyRef, Table.File, Table.ExportedType,
Mono.Cecil.PE\ImageReader.cs (1)
617
case Table.
TypeSpec
:
Mono.Cecil\AssemblyReader.cs (1)
1200
if (!MoveTo (Table.
TypeSpec
, rid))
Mono.Cecil\AssemblyWriter.cs (1)
926
this.typespec_table = GetTable<TypeSpecTable> (Table.
TypeSpec
);