2 instantiations of ConstantDoubleArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
343
handle = new
ConstantDoubleArrayHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7260
return new
ConstantDoubleArrayHandle
(this);
10 references to ConstantDoubleArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
339
public static uint Read(this NativeReader reader, uint offset, out
ConstantDoubleArrayHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
684
private readonly
ConstantDoubleArrayHandle
_handle;
686
internal ConstantDoubleArray(MetadataReader reader,
ConstantDoubleArrayHandle
handle)
695
public
ConstantDoubleArrayHandle
Handle => _handle;
722
if (obj is
ConstantDoubleArrayHandle
)
723
return _value == ((
ConstantDoubleArrayHandle
)obj)._value;
730
public bool Equals(
ConstantDoubleArrayHandle
handle) => _value == handle._value;
736
public static implicit operator Handle(
ConstantDoubleArrayHandle
handle)
7258
public
ConstantDoubleArrayHandle
ToConstantDoubleArrayHandle(MetadataReader reader)
7648
public ConstantDoubleArray GetConstantDoubleArray(
ConstantDoubleArrayHandle
handle)