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