1 instantiation of ManyChunkInfo
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
616_manyChunks = new ManyChunkInfo(stringBuilder, chunkCount);
1 reference to ManyChunkInfo
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
549private readonly ManyChunkInfo? _manyChunks; // Only used for long string builders with many chunks (see constructor)