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