11 references to AssemblyRef
Mono.Cecil (11)
Mono.Cecil.Metadata\Utilities.cs (4)
583
Table.TypeSpec, Table.Assembly, Table.
AssemblyRef
, Table.File, Table.ExportedType,
613
tables = new [] { Table.File, Table.
AssemblyRef
, Table.ExportedType };
621
tables = new [] { Table.Module, Table.ModuleRef, Table.
AssemblyRef
, Table.TypeRef };
632
Table.TypeSpec, Table.Assembly, Table.
AssemblyRef
, Table.File, Table.ExportedType,
Mono.Cecil.PE\ImageReader.cs (3)
647
case Table.
AssemblyRef
:
654
+ GetTableIndexSize (Table.
AssemblyRef
); // AssemblyRef
658
+ GetTableIndexSize (Table.
AssemblyRef
); // AssemblyRef
Mono.Cecil\AssemblyReader.cs (1)
607
int length = MoveTo (Table.
AssemblyRef
);
Mono.Cecil\AssemblyWriter.cs (1)
1147
var table = GetTable<AssemblyRefTable> (Table.
AssemblyRef
);
Mono.Cecil\ModuleDefinition.cs (1)
450
return HasImage && Image.HasTable (Table.
AssemblyRef
);
Mono.Cecil\TypeSystem.cs (1)
310
if (module.HasImage && module.Read (module, (m, reader) => reader.image.GetTableLength (Table.
AssemblyRef
) > 0))