43 references to PropertyMap
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DeltaMetadataWriter.cs (6)
114_propertyMap = new EventOrPropertyMapIndex(this.TryGetExistingPropertyMapIndex, sizes[(int)TableIndex.PropertyMap]); 158sizes[(int)TableIndex.PropertyMap] = _propertyMap.GetAdded().Count; 1101PopulateEncLogTableRows(TableIndex.PropertyMap, previousSizes, deltaSizes); 1106PopulateEncLogTableEventsOrProperties(_propertyDefs, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap); 1262case TableIndex.PropertyMap: 1356TableIndex.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)
3992Row(1, TableIndex.PropertyMap, EditAndContinueOperation.Default), 3995Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 4002Handle(1, TableIndex.PropertyMap), 4036Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 4681Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 4886Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 5165Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 7415Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 15732Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 15814Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 15945Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty),
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (8)
Emit\EditAndContinue\EditAndContinueStateMachineTests.vb (7)
98Row(2, TableIndex.PropertyMap, EditAndContinueOperation.Default), 125Row(2, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 127Row(2, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 213Handle(2, TableIndex.PropertyMap), 753Row(1, TableIndex.PropertyMap, EditAndContinueOperation.Default), 779Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), 781Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty),
Emit\EditAndContinue\EditAndContinueTests.vb (1)
2331Row(1, TableIndex.PropertyMap, EditAndContinueOperation.AddProperty), ' Action<bool> P
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);