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)
568if (_manyChunks != null) 570return _manyChunks.MoveNext(ref _currentChunk);