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