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