7 references to Property
System.Reflection.Metadata (7)
System\Reflection\Metadata\Internal\HasConstantTag.cs (1)
20internal const uint TagToTokenTypeByteVector = TokenTypeIds.FieldDef >> 24 | TokenTypeIds.ParamDef >> 16 | TokenTypeIds.Property >> 8;
System\Reflection\Metadata\Internal\HasCustomAttributeTag.cs (2)
50TokenTypeIds.Property, 129TokenTypeIds.Property >> TokenTypeIds.RowIdBitCount => rowId << NumberOfBits | Property,
System\Reflection\Metadata\Internal\HasSemanticsTag.cs (1)
18internal const uint TagToTokenTypeByteVector = TokenTypeIds.Event >> 24 | TokenTypeIds.Property >> 16;
System\Reflection\Metadata\PortablePdb\HasCustomDebugInformationTag.cs (2)
58TokenTypeIds.Property, 143TokenTypeIds.Property >> TokenTypeIds.RowIdBitCount => rowId << NumberOfBits | Property,
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1103private const uint tokenType = TokenTypeIds.Property;