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