4 references to String
System.Reflection.Metadata (4)
System\Reflection\Metadata\Handle.cs (1)
131
if ((type & ~HandleType.NonVirtualStringTypeMask) == HandleType.
String
)
System\Reflection\Metadata\HandleKind.cs (1)
48
String = (byte)HandleType.
String
,
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (2)
2346
(byte)((handle._value & HeapHandleType.VirtualBit) >> 24 | HandleType.
String
| (handle._value & StringHandleType.NonVirtualTypeMask) >> HeapHandleType.OffsetBitCount),
2352
if ((handle.VType & ~(HandleType.VirtualBit | HandleType.NonVirtualStringTypeMask)) != HandleType.
String
)