13 references to ImportScope
Mono.Cecil (13)
Mono.Cecil.Metadata\Utilities.cs (1)
634
Table.Document, Table.LocalScope, Table.LocalVariable, Table.LocalConstant, Table.
ImportScope
,
Mono.Cecil.PE\ImageReader.cs (3)
704
+ GetTableIndexSize (Table.
ImportScope
) // ImportScope
718
case Table.
ImportScope
:
719
size = GetTableIndexSize (Table.
ImportScope
) // Parent
Mono.Cecil\AssemblyReader.cs (5)
2885
var import = ReadTableIndex (Table.
ImportScope
);
3024
var length = MoveTo (Table.
ImportScope
);
3029
ReadTableIndex (Table.
ImportScope
);
3041
MoveTo (Table.
ImportScope
);
3044
var parent = ReadTableIndex (Table.
ImportScope
);
Mono.Cecil\AssemblyWriter.cs (4)
755
buffer.WriteRID (rows [i].Col2, Table.
ImportScope
); // ImportScope
792
buffer.WriteRID (rows [i].Col1, Table.
ImportScope
); // Parent
941
this.import_scope_table = GetTable<ImportScopeTable> (Table.
ImportScope
);
967
this.import_scope_table = GetTable<ImportScopeTable> (Table.
ImportScope
);