97 references to Property
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DeltaMetadataWriter.cs (5)
105_propertyDefs = new DefinitionIndex<IPropertyDefinition>(this.TryGetExistingPropertyDefIndex, sizes[(int)TableIndex.Property]); 169sizes[(int)TableIndex.Property] = _propertyDefs.GetAdded().Count; 1156PopulateEncLogTableEventsOrProperties(_propertyDefs, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap); 1343case TableIndex.Property: 1407TableIndex.Property,
Emit\EditAndContinue\EmitBaseline.cs (1)
347Debug.Assert(tableEntriesAdded[(int)TableIndex.Property] >= propertiesAdded.Count);
PEWriter\MetadataWriter.cs (1)
2773metadata.SetCapacity(TableIndex.Property, propertyDefs.Count);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (73)
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (6)
101Row(1, TableIndex.Property, EditAndContinueOperation.Default), 103Row(2, TableIndex.Property, EditAndContinueOperation.Default), 163Handle(1, TableIndex.Property), 164Handle(2, TableIndex.Property), 394Row(1, TableIndex.Property, EditAndContinueOperation.Default), 396Row(2, TableIndex.Property, EditAndContinueOperation.Default),
Emit\EditAndContinue\EditAndContinueTests.cs (67)
3014Row(1, TableIndex.Property, EditAndContinueOperation.Default), 3022Handle(1, TableIndex.Property), 3450new CustomAttributeRow(Handle(1, TableIndex.Property), Handle(5, TableIndex.MethodDef)), // X 3465Row(1, TableIndex.Property, EditAndContinueOperation.Default), 3490Handle(1, TableIndex.Property), 3531new CustomAttributeRow(Handle(1, TableIndex.Property), Handle(11, TableIndex.MethodDef)),// X 3546Row(1, TableIndex.Property, EditAndContinueOperation.Default), 3571Handle(1, TableIndex.Property), 4166Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4173Handle(1, TableIndex.Property), 4207Row(2, TableIndex.Property, EditAndContinueOperation.Default), 4226Handle(2, TableIndex.Property), 4281Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4299Handle(1, TableIndex.Property) 4346Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4363Handle(1, TableIndex.Property), 4442Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4454Handle(1, TableIndex.Property) 4505Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4524Handle(1, TableIndex.Property), 4595Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4606Handle(1, TableIndex.Property) 4657Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4668Handle(1, TableIndex.Property), 4796Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4807Handle(1, TableIndex.Property), 4876Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4895Handle(1, TableIndex.Property), 4965Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4982Handle(1, TableIndex.Property), 5050Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5064Handle(1, TableIndex.Property), 5149Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5151Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5184Handle(1, TableIndex.Property), 5185Handle(2, TableIndex.Property), 5260Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5261Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5285Handle(1, TableIndex.Property), 5286Handle(2, TableIndex.Property), 5387Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5389Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5422Handle(1, TableIndex.Property), 5423Handle(2, TableIndex.Property), 5505Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5506Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5530Handle(1, TableIndex.Property), 5531Handle(2, TableIndex.Property), 5618Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5636Handle(1, TableIndex.Property) 5714Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5716Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5732Handle(1, TableIndex.Property), 5733Handle(2, TableIndex.Property), 5798Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5799Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5809Handle(1, TableIndex.Property), 5810Handle(2, TableIndex.Property), 5862Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5871Handle(2, TableIndex.Property), 8098new CustomAttributeRow(Handle(1, TableIndex.Property), Handle(1, TableIndex.MethodDef)), 8148Row(2, TableIndex.Property, EditAndContinueOperation.Default), 8188Handle(2, TableIndex.Property), 8196new CustomAttributeRow(Handle(2, TableIndex.Property), Handle(2, TableIndex.MethodDef)), 16519Row(2, TableIndex.Property, EditAndContinueOperation.Default), 16601Row(4, TableIndex.Property, EditAndContinueOperation.Default), 16736Row(3, TableIndex.Property, EditAndContinueOperation.Default),
System.Reflection.Metadata (17)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (4)
165case TableIndex.Property: SetTableCapacity(_propertyTable, rowCount); break; 258case TableIndex.Property : return _propertyTable.Count; 330rowCounts[(int)TableIndex.Property] = _propertyTable.Count; 1737if (metadataSizes.IsPresent(TableIndex.Property))
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
72TableIndex.Property => reader.PropertyTable.RowSize, 153TableIndex.Property => reader.PropertyTable.Block,
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (6)
162HasConstantCodedIndexIsSmall = IsReferenceSmall(2, TableIndex.Field, TableIndex.Param, TableIndex.Property); 174TableIndex.Property, 189HasSemanticsCodedIndexIsSmall = IsReferenceSmall(1, TableIndex.Event, TableIndex.Property); 197PropertyDefReferenceIsSmall = IsReferenceSmall(0, TableIndex.Property); 218TableIndex.Property, 295size += GetTableSize(TableIndex.Property, 2 + stringReferenceSize + blobReferenceSize);
System\Reflection\Metadata\Internal\MetadataFlags.cs (2)
41Property = 1UL << TableIndex.Property, 218internal const uint Property = (uint)TableIndex.Property;
System\Reflection\Metadata\MetadataReader.cs (3)
581int propertyRefSizeSorted = GetReferenceSize(rowCounts, TableIndex.PropertyPtr) > SmallIndexSize ? LargeIndexSize : GetReferenceSize(rowCounts, TableIndex.Property); 677this.PropertyPtrTable = new PropertyPtrTableReader(rowCounts[(int)TableIndex.PropertyPtr], GetReferenceSize(rowCounts, TableIndex.Property), metadataTablesMemoryBlock, totalRequiredSize); 680this.PropertyTable = new PropertyTableReader(rowCounts[(int)TableIndex.Property], stringHeapRefSize, blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);