3 references to Property
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
23PropertyDefinition = (byte)HandleType.Property,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
304internal const uint Property = HandleType.Property << RowIdBitCount;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1104private const byte tokenTypeSmall = (byte)HandleType.Property;