1 write to _value
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2452_value = value;
8 references to _value
System.Reflection.Metadata (8)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (8)
2477(byte)((handle._value & HeapHandleType.VirtualBit) >> 24 | HandleType.Namespace), 2478(int)(handle._value & HeapHandleType.OffsetMask)); 2497return _value == 0; 2503get { return (_value & HeapHandleType.VirtualBit) != 0; } 2509return (int)(_value & HeapHandleType.OffsetMask); 2530return _value == other._value; 2535return unchecked((int)_value);