2 instantiations of ConstantCharArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
325
handle = new
ConstantCharArrayHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7250
return new
ConstantCharArrayHandle
(this);
10 references to ConstantCharArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
321
public static uint Read(this NativeReader reader, uint offset, out
ConstantCharArrayHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
524
private readonly
ConstantCharArrayHandle
_handle;
526
internal ConstantCharArray(MetadataReader reader,
ConstantCharArrayHandle
handle)
535
public
ConstantCharArrayHandle
Handle => _handle;
562
if (obj is
ConstantCharArrayHandle
)
563
return _value == ((
ConstantCharArrayHandle
)obj)._value;
570
public bool Equals(
ConstantCharArrayHandle
handle) => _value == handle._value;
576
public static implicit operator Handle(
ConstantCharArrayHandle
handle)
7248
public
ConstantCharArrayHandle
ToConstantCharArrayHandle(MetadataReader reader)
7638
public ConstantCharArray GetConstantCharArray(
ConstantCharArrayHandle
handle)