2 writes to _manyChunks
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
605
_manyChunks
= null;
616
_manyChunks
= new ManyChunkInfo(stringBuilder, chunkCount);
2 references to _manyChunks
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
568
if (
_manyChunks
!= null)
570
return
_manyChunks
.MoveNext(ref _currentChunk);