1 write to _value
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2451_value = value;
8 references to _value
System.Reflection.Metadata (8)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (8)
2476(byte)((handle._value & HeapHandleType.VirtualBit) >> 24 | HandleType.Namespace), 2477(int)(handle._value & HeapHandleType.OffsetMask)); 2496return _value == 0; 2502get { return (_value & HeapHandleType.VirtualBit) != 0; } 2508return (int)(_value & HeapHandleType.OffsetMask); 2529return _value == other._value; 2534return unchecked((int)_value);