2 instantiations of ConstantSByteArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
451
handle = new
ConstantSByteArrayHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7320
return new
ConstantSByteArrayHandle
(this);
10 references to ConstantSByteArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
447
public static uint Read(this NativeReader reader, uint offset, out
ConstantSByteArrayHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
1648
private readonly
ConstantSByteArrayHandle
_handle;
1650
internal ConstantSByteArray(MetadataReader reader,
ConstantSByteArrayHandle
handle)
1659
public
ConstantSByteArrayHandle
Handle => _handle;
1686
if (obj is
ConstantSByteArrayHandle
)
1687
return _value == ((
ConstantSByteArrayHandle
)obj)._value;
1694
public bool Equals(
ConstantSByteArrayHandle
handle) => _value == handle._value;
1700
public static implicit operator Handle(
ConstantSByteArrayHandle
handle)
7318
public
ConstantSByteArrayHandle
ToConstantSByteArrayHandle(MetadataReader reader)
7708
public ConstantSByteArray GetConstantSByteArray(
ConstantSByteArrayHandle
handle)