2 writes to _manyChunks
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
590_manyChunks = null; 601_manyChunks = new ManyChunkInfo(stringBuilder, chunkCount);
2 references to _manyChunks
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
553if (_manyChunks != null) 555return _manyChunks.MoveNext(ref _currentChunk);