1 write to _value
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2579_value = value;
11 references to _value
System.Reflection.Metadata (11)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (11)
2606(byte)((handle._value & HeapHandleType.VirtualBit) >> 24 | HandleType.Blob), 2607(int)(handle._value & HeapHandleType.OffsetMask)); 2622internal uint RawValue => _value; 2626get { return _value == 0; } 2632return (int)_value; 2638return (VirtualIndex)(_value & 0xff); 2643get { return (_value & TokenTypeIds.VirtualBit) != 0; } 2648get { return unchecked((ushort)(_value >> 8)); } 2658return _value == other._value; 2663return unchecked((int)_value);