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)
532
private readonly
ManyChunkInfo
? _manyChunks; // Only used for long string builders with many chunks (see constructor)