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