7 references to VirtualBit
System.Reflection.Metadata (7)
System\Reflection\Metadata\Handle.cs (3)
105
return (_vType & HandleType.
VirtualBit
) << TokenTypeIds.RowIdBitCount | (uint)_value;
116
get { return (_vType & HandleType.
VirtualBit
) != 0; }
143
get { return ((uint)_value | (_vType & HandleType.
VirtualBit
)) == 0; }
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (4)
2352
if ((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 |