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