12 references to Property
Mono.Cecil (12)
Mono.Cecil.Metadata\Utilities.cs (4)
576 tables = new [] { Table.Field, Table.Param, Table.Property }; 582 Table.Module, Table.DeclSecurity, Table.Property, Table.Event, Table.StandAloneSig, Table.ModuleRef, 601 tables = new [] { Table.Event, Table.Property }; 631 Table.Module, Table.DeclSecurity, Table.Property, Table.Event, Table.StandAloneSig, Table.ModuleRef,
Mono.Cecil.PE\ImageReader.cs (3)
594 + GetTableIndexSize (Table.Property); // PropertyList 597 size = GetTableIndexSize (Table.Property); // Property 599 case Table.Property:
Mono.Cecil\AssemblyReader.cs (3)
1541 if (!MoveTo (Table.Property, range.Start)) 1546 ReadPointers (Table.PropertyPtr, Table.Property, range, properties, ReadProperty); 1590 var properties_range = ReadListRange (i, Table.PropertyMap, Table.Property);
Mono.Cecil\AssemblyWriter.cs (2)
500 buffer.WriteRID (rows [i].Col2, Table.Property); // PropertyList 925 this.property_table = GetTable<PropertyTable> (Table.Property);