4 references to PropertyMap
Mono.Cecil (4)
Mono.Cecil.PE\ImageReader.cs (1)
592
case Table.
PropertyMap
:
Mono.Cecil\AssemblyReader.cs (2)
1584
int length = MoveTo (Table.
PropertyMap
);
1590
var properties_range = ReadListRange (i, Table.
PropertyMap
, Table.Property);
Mono.Cecil\AssemblyWriter.cs (1)
924
this.property_map_table = GetTable<PropertyMapTable> (Table.
PropertyMap
);