1 write to _chunks
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
635
_chunks
= new StringBuilder[chunkCount];
3 references to _chunks
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (3)
625
if (
_chunks
.Length <= pos)
629
current =
_chunks
[pos];
639
_chunks
[chunkCount] = stringBuilder;