7 references to ExportedType
Mono.Cecil (7)
Mono.Cecil.Metadata\Utilities.cs (3)
583
Table.TypeSpec, Table.Assembly, Table.AssemblyRef, Table.File, Table.
ExportedType
,
613
tables = new [] { Table.File, Table.AssemblyRef, Table.
ExportedType
};
632
Table.TypeSpec, Table.Assembly, Table.AssemblyRef, Table.File, Table.
ExportedType
,
Mono.Cecil.PE\ImageReader.cs (1)
665
case Table.
ExportedType
:
Mono.Cecil\AssemblyReader.cs (1)
2727
var length = MoveTo (Table.
ExportedType
);
Mono.Cecil\AssemblyWriter.cs (1)
1251
var table = GetTable<ExportedTypeTable> (Table.
ExportedType
);
Mono.Cecil\ModuleDefinition.cs (1)
554
return HasImage && Image.HasTable (Table.
ExportedType
);