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