18 references to PropertyMap
ILAssembler (1)
GrammarVisitor.cs (1)
5522tableStreamSize += rowCounts[(int)TableIndex.PropertyMap] * 4; // 2+2
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DeltaMetadataWriter.cs (6)
111_propertyMap = new EventOrPropertyMapIndex(this.TryGetExistingPropertyMapIndex, sizes[(int)TableIndex.PropertyMap]); 178sizes[(int)TableIndex.PropertyMap] = _propertyMap.GetAdded().Count; 1165PopulateEncLogTableRows(TableIndex.PropertyMap, previousSizes, deltaSizes); 1170PopulateEncLogTableEventsOrProperties(_propertyDefs, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap); 1326case TableIndex.PropertyMap: 1420TableIndex.PropertyMap,
Emit\EditAndContinue\EmitBaseline.cs (1)
349Debug.Assert(tableEntriesAdded[(int)TableIndex.PropertyMap] >= propertyMapAdded.Count);
System.Reflection.Metadata (10)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (4)
164case TableIndex.PropertyMap: SetTableCapacity(_propertyMapTable, rowCount); break; 257case TableIndex.PropertyMap : return _propertyMapTable.Count; 329rowCounts[(int)TableIndex.PropertyMap] = _propertyMapTable.Count; 1732if (metadataSizes.IsPresent(TableIndex.PropertyMap))
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
70TableIndex.PropertyMap => reader.PropertyMapTable.RowSize, 151TableIndex.PropertyMap => reader.PropertyMapTable.Block,
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
294size += GetTableSize(TableIndex.PropertyMap, typeDefReferenceSize + propertyDefReferenceSize);
System\Reflection\Metadata\Internal\MetadataFlags.cs (2)
39PropertyMap = 1UL << TableIndex.PropertyMap, 217internal const uint PropertyMap = (uint)TableIndex.PropertyMap;
System\Reflection\Metadata\MetadataReader.cs (1)
674this.PropertyMapTable = new PropertyMapTableReader(rowCounts[(int)TableIndex.PropertyMap], GetReferenceSize(rowCounts, TableIndex.TypeDef), propertyRefSizeSorted, metadataTablesMemoryBlock, totalRequiredSize);