3 references to Blob
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
49
Blob = (byte)HandleType.
Blob
,
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (2)
2608
(byte)((handle._value & HeapHandleType.VirtualBit) >> 24 | HandleType.
Blob
),
2614
if ((handle.VType & HandleType.TypeMask) != HandleType.
Blob
)