1 write to _builder
Microsoft.CodeAnalysis (1)
Text\StringBuilderText.cs (1)
29
_builder
= builder;
7 references to _builder
Microsoft.CodeAnalysis (7)
Text\StringBuilderText.cs (7)
43
get { return
_builder
; }
51
get { return
_builder
.Length; }
65
if (position < 0 || position >=
_builder
.Length)
70
return
_builder
[position];
80
if (span.End >
_builder
.Length)
85
return
_builder
.ToString(span.Start, span.Length);
90
_builder
.CopyTo(sourceIndex, destination, destinationIndex, count);