3 references to NonVirtualStringTypeMask
System.Reflection.Metadata (3)
System\Reflection\Metadata\Handle.cs (1)
131
if ((type & ~HandleType.
NonVirtualStringTypeMask
) == HandleType.String)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (2)
2352
if ((handle.VType & ~(HandleType.VirtualBit | HandleType.
NonVirtualStringTypeMask
)) != HandleType.String)
2360
(handle.VType & HandleType.
NonVirtualStringTypeMask
) << HeapHandleType.OffsetBitCount |