1 write to Length
Microsoft.Build.Framework.UnitTests (1)
ValueStringBuilder_Tests.cs (1)
161
builder.
Length
= 3;
8 references to Length
Microsoft.Build.Framework (3)
Utilities\ValueStringBuilder.cs (3)
147
/// <param name="terminate">Ensures that the builder has a null char after <see cref="
Length
"/>.</param>
152
EnsureCapacity(
Length
+ 1);
153
_chars[
Length
] = '\0';
Microsoft.Build.Framework.UnitTests (5)
ValueStringBuilder_Tests.cs (5)
22
builder.
Length
.ShouldBe(5);
31
builder.
Length
.ShouldBe(0);
134
builder.
Length
.ShouldBe(0);
177
builder.
Length
.ShouldBe(0);
277
builder.
Length
.ShouldBe(0);