35 references to PropertyMap
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DeltaMetadataWriter.cs (6)
110_propertyMap = new EventOrPropertyMapIndex(this.TryGetExistingPropertyMapIndex, sizes[(int)TableIndex.PropertyMap]); 168sizes[(int)TableIndex.PropertyMap] = _propertyMap.GetAdded().Count; 1151PopulateEncLogTableRows(TableIndex.PropertyMap, previousSizes, deltaSizes); 1156PopulateEncLogTableEventsOrProperties(_propertyDefs, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap); 1312case TableIndex.PropertyMap: 1406TableIndex.PropertyMap,
Emit\EditAndContinue\EmitBaseline.cs (1)
349Debug.Assert(tableEntriesAdded[(int)TableIndex.PropertyMap] >= propertyMapAdded.Count);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (18)
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (7)
75Row(1, TableIndex.PropertyMap, EditAndContinueOperation.Default), 100Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 102Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 162Handle(1, TableIndex.PropertyMap), 369Row(1, TableIndex.PropertyMap, EditAndContinueOperation.Default), 393Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 395Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty),
Emit\EditAndContinue\EditAndContinueTests.cs (11)
4162Row(1, TableIndex.PropertyMap, EditAndContinueOperation.Default), 4165Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 4172Handle(1, TableIndex.PropertyMap), 4206Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 5150Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 5388Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 5715Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 8147Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 16518Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 16600Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 16735Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty),
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)
293size += 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);