2 instantiations of ConstantSingleValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
478
handle = new
ConstantSingleValueHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7335
return new
ConstantSingleValueHandle
(this);
10 references to ConstantSingleValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
474
public static uint Read(this NativeReader reader, uint offset, out
ConstantSingleValueHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
1888
private readonly
ConstantSingleValueHandle
_handle;
1890
internal ConstantSingleValue(MetadataReader reader,
ConstantSingleValueHandle
handle)
1899
public
ConstantSingleValueHandle
Handle => _handle;
1926
if (obj is
ConstantSingleValueHandle
)
1927
return _value == ((
ConstantSingleValueHandle
)obj)._value;
1934
public bool Equals(
ConstantSingleValueHandle
handle) => _value == handle._value;
1940
public static implicit operator Handle(
ConstantSingleValueHandle
handle)
7333
public
ConstantSingleValueHandle
ToConstantSingleValueHandle(MetadataReader reader)
7723
public ConstantSingleValue GetConstantSingleValue(
ConstantSingleValueHandle
handle)