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