3 references to GetTableIndexSize
Mono.Cecil (3)
Mono.Cecil.PE\ImageReader.cs (1)
475
return image.
GetTableIndexSize
(table);
Mono.Cecil\AssemblyReader.cs (2)
543
return ReadByIndexSize (image.
GetTableIndexSize
(table));
995
this.position += (int) (current_table.RowSize - image.
GetTableIndexSize
(target));