1 write to _chunks
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
637
_chunks
= new StringBuilder[chunkCount];
3 references to _chunks
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (3)
627
if (
_chunks
.Length <= pos)
631
current =
_chunks
[pos];
641
_chunks
[chunkCount] = stringBuilder;