7 references to VirtualBit
System.Reflection.Metadata (7)
System\Reflection\Metadata\Handle.cs (3)
105return (_vType & HandleType.VirtualBit) << TokenTypeIds.RowIdBitCount | (uint)_value; 116get { return (_vType & HandleType.VirtualBit) != 0; } 143get { return ((uint)_value | (_vType & HandleType.VirtualBit)) == 0; }
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (4)
2352if ((handle.VType & ~(HandleType.VirtualBit | HandleType.NonVirtualStringTypeMask)) != HandleType.String) 2359(handle.VType & HandleType.VirtualBit) << 24 | 2488(handle.VType & HandleType.VirtualBit) << TokenTypeIds.RowIdBitCount | 2620(handle.VType & HandleType.VirtualBit) << TokenTypeIds.RowIdBitCount |