2 instantiations of ConstantReferenceValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
442handle = new ConstantReferenceValueHandle((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7315return new ConstantReferenceValueHandle(this);
10 references to ConstantReferenceValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
438public static uint Read(this NativeReader reader, uint offset, out ConstantReferenceValueHandle handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
1572private readonly ConstantReferenceValueHandle _handle; 1574internal ConstantReferenceValue(MetadataReader reader, ConstantReferenceValueHandle handle) 1582public ConstantReferenceValueHandle Handle => _handle; 1606if (obj is ConstantReferenceValueHandle) 1607return _value == ((ConstantReferenceValueHandle)obj)._value; 1614public bool Equals(ConstantReferenceValueHandle handle) => _value == handle._value; 1620public static implicit operator Handle(ConstantReferenceValueHandle handle) 7313public ConstantReferenceValueHandle ToConstantReferenceValueHandle(MetadataReader reader) 7703public ConstantReferenceValue GetConstantReferenceValue(ConstantReferenceValueHandle handle)