9 writes to Length
Microsoft.NET.StringTools (9)
SpanBasedStringBuilder.cs (9)
110
Length
= 0;
221
Length
+= value!.Length;
238
Length
+= count;
259
Length
+= span.Length;
279
Length
-= i;
301
Length
-= i;
326
Length
-= span.Length - (i + 1);
348
Length
-= span.Length - (i + 1);
378
Length
= 0;
3 references to Length
Microsoft.NET.StringTools (3)
InternableString.cs (1)
156
Length = stringBuilder.
Length
;
SpanBasedStringBuilder.cs (2)
127
if (index < 0 || index >=
Length
)
172
if (_spans.Count == 0 || other.IsEmpty ||
Length
!= other.Length)