85 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; 1118PopulateEncLogTableEventsOrProperties(_propertyDefs, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap); 1305case TableIndex.Property: 1369TableIndex.Property,
Emit\EditAndContinue\EmitBaseline.cs (1)
347Debug.Assert(tableEntriesAdded[(int)TableIndex.Property] >= propertiesAdded.Count);
PEWriter\MetadataWriter.cs (1)
2767metadata.SetCapacity(TableIndex.Property, propertyDefs.Count);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (53)
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 (47)
2772Row(1, TableIndex.Property, EditAndContinueOperation.Default), 2780Handle(1, TableIndex.Property), 3208new CustomAttributeRow(Handle(1, TableIndex.Property), Handle(5, TableIndex.MethodDef)), // X 3223Row(1, TableIndex.Property, EditAndContinueOperation.Default), 3248Handle(1, TableIndex.Property), 3289new CustomAttributeRow(Handle(1, TableIndex.Property), Handle(11, TableIndex.MethodDef)),// X 3304Row(1, TableIndex.Property, EditAndContinueOperation.Default), 3329Handle(1, TableIndex.Property), 3924Row(1, TableIndex.Property, EditAndContinueOperation.Default), 3931Handle(1, TableIndex.Property), 3965Row(2, TableIndex.Property, EditAndContinueOperation.Default), 3984Handle(2, TableIndex.Property), 4091Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4105Handle(1, TableIndex.Property), 4242Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4261Handle(1, TableIndex.Property), 4393Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4404Handle(1, TableIndex.Property), 4532Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4543Handle(1, TableIndex.Property), 4612Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4631Handle(1, TableIndex.Property), 4701Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4718Handle(1, TableIndex.Property), 4786Row(1, TableIndex.Property, EditAndContinueOperation.Default), 4800Handle(1, TableIndex.Property), 4885Row(2, TableIndex.Property, EditAndContinueOperation.Default), 4912Handle(2, TableIndex.Property), 4987Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5003Handle(1, TableIndex.Property), 5094Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5121Handle(2, TableIndex.Property), 5196Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5212Handle(1, TableIndex.Property), 5382Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5398Handle(2, TableIndex.Property), 5463Row(1, TableIndex.Property, EditAndContinueOperation.Default), 5473Handle(1, TableIndex.Property), 5525Row(2, TableIndex.Property, EditAndContinueOperation.Default), 5534Handle(2, TableIndex.Property), 7599new CustomAttributeRow(Handle(1, TableIndex.Property), Handle(1, TableIndex.MethodDef)), 7649Row(2, TableIndex.Property, EditAndContinueOperation.Default), 7689Handle(2, TableIndex.Property), 7697new CustomAttributeRow(Handle(2, TableIndex.Property), Handle(2, TableIndex.MethodDef)), 15952Row(2, TableIndex.Property, EditAndContinueOperation.Default), 16034Row(4, TableIndex.Property, EditAndContinueOperation.Default), 16169Row(3, TableIndex.Property, EditAndContinueOperation.Default),
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (8)
Emit\EditAndContinue\EditAndContinueStateMachineTests.vb (6)
126Row(3, TableIndex.Property, EditAndContinueOperation.Default), 128Row(4, TableIndex.Property, EditAndContinueOperation.Default), 214Handle(3, TableIndex.Property), 215Handle(4, TableIndex.Property), 780Row(1, TableIndex.Property, EditAndContinueOperation.Default), 782Row(2, TableIndex.Property, EditAndContinueOperation.Default),
Emit\EditAndContinue\EditAndContinueTests.vb (2)
2344Row(2, TableIndex.Property, EditAndContinueOperation.Default), 2441Row(1, TableIndex.Property, EditAndContinueOperation.Default), ' Action<int> P
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);