1 instantiation of CharCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
30
values = new
CharCollection
(reader, offset);
4 references to CharCollection
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
28
public static unsafe uint Read(this NativeReader reader, uint offset, out
CharCollection
values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
537
public
CharCollection
Value => _value;
538
private readonly
CharCollection
_value;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
684
public static char[] ToArray(this
CharCollection
collection)