2 instantiations of ConstantSByteValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
460handle = new ConstantSByteValueHandle((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7325return new ConstantSByteValueHandle(this);
10 references to ConstantSByteValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
456public static uint Read(this NativeReader reader, uint offset, out ConstantSByteValueHandle handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
1728private readonly ConstantSByteValueHandle _handle; 1730internal ConstantSByteValue(MetadataReader reader, ConstantSByteValueHandle handle) 1739public ConstantSByteValueHandle Handle => _handle; 1766if (obj is ConstantSByteValueHandle) 1767return _value == ((ConstantSByteValueHandle)obj)._value; 1774public bool Equals(ConstantSByteValueHandle handle) => _value == handle._value; 1780public static implicit operator Handle(ConstantSByteValueHandle handle) 7323public ConstantSByteValueHandle ToConstantSByteValueHandle(MetadataReader reader) 7713public ConstantSByteValue GetConstantSByteValue(ConstantSByteValueHandle handle)