1 write to _value
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2578_value = value;
11 references to _value
System.Reflection.Metadata (11)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (11)
2608(byte)((handle._value & HeapHandleType.VirtualBit) >> 24 | HandleType.Blob), 2609(int)(handle._value & HeapHandleType.OffsetMask)); 2624internal uint RawValue => _value; 2628get { return _value == 0; } 2634return (int)_value; 2640return (VirtualIndex)(_value & 0xff); 2645get { return (_value & TokenTypeIds.VirtualBit) != 0; } 2650get { return unchecked((ushort)(_value >> 8)); } 2660return _value == other._value; 2665return unchecked((int)_value);