2 instantiations of ConstantByteValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
316
handle = new
ConstantByteValueHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7245
return new
ConstantByteValueHandle
(this);
10 references to ConstantByteValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
312
public static uint Read(this NativeReader reader, uint offset, out
ConstantByteValueHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
444
private readonly
ConstantByteValueHandle
_handle;
446
internal ConstantByteValue(MetadataReader reader,
ConstantByteValueHandle
handle)
455
public
ConstantByteValueHandle
Handle => _handle;
482
if (obj is
ConstantByteValueHandle
)
483
return _value == ((
ConstantByteValueHandle
)obj)._value;
490
public bool Equals(
ConstantByteValueHandle
handle) => _value == handle._value;
496
public static implicit operator Handle(
ConstantByteValueHandle
handle)
7243
public
ConstantByteValueHandle
ToConstantByteValueHandle(MetadataReader reader)
7633
public ConstantByteValue GetConstantByteValue(
ConstantByteValueHandle
handle)