2 instantiations of ConstantCharValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
334
handle = new
ConstantCharValueHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7255
return new
ConstantCharValueHandle
(this);
10 references to ConstantCharValueHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
330
public static uint Read(this NativeReader reader, uint offset, out
ConstantCharValueHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
604
private readonly
ConstantCharValueHandle
_handle;
606
internal ConstantCharValue(MetadataReader reader,
ConstantCharValueHandle
handle)
615
public
ConstantCharValueHandle
Handle => _handle;
642
if (obj is
ConstantCharValueHandle
)
643
return _value == ((
ConstantCharValueHandle
)obj)._value;
650
public bool Equals(
ConstantCharValueHandle
handle) => _value == handle._value;
656
public static implicit operator Handle(
ConstantCharValueHandle
handle)
7253
public
ConstantCharValueHandle
ToConstantCharValueHandle(MetadataReader reader)
7643
public ConstantCharValue GetConstantCharValue(
ConstantCharValueHandle
handle)