9 writes to Length
Microsoft.NET.StringTools (9)
SpanBasedStringBuilder.cs (9)
110Length = 0; 221Length += value!.Length; 238Length += count; 259Length += span.Length; 279Length -= i; 301Length -= i; 326Length -= span.Length - (i + 1); 348Length -= span.Length - (i + 1); 378Length = 0;
13 references to Length
Microsoft.Build (8)
Evaluation\Expander.cs (8)
813if (argumentBuilder.Length > 0) 815if (argumentBuilder[0] == '\'' && argumentBuilder[argumentBuilder.Length - 1] == '\'') 819else if (argumentBuilder[0] == '`' && argumentBuilder[argumentBuilder.Length - 1] == '`') 823else if (argumentBuilder[0] == '"' && argumentBuilder[argumentBuilder.Length - 1] == '"') 1569if (builder.Length > 0) 1595if (builder.Length > 0) 2398int startLength = builder.Length; 2412int currentLength = builder.Length - startLength;
Microsoft.NET.StringTools (3)
InternableString.cs (1)
156Length = stringBuilder.Length;
SpanBasedStringBuilder.cs (2)
127if (index < 0 || index >= Length) 172if (_spans.Count == 0 || other.IsEmpty || Length != other.Length)
Microsoft.NET.StringTools.UnitTests (2)
SpanBasedStringBuilder_Tests.cs (2)
55stringBuilder.Length.ShouldBe(datum.Length); 176stringBuilder.Length.ShouldBe(0);