5 references to Length
Microsoft.Build.Framework (5)
Utilities\FileMatcher.cs (2)
3726
if (builder.
Length
> 0
3727
&& !FileUtilities.IsSlash(builder[builder.
Length
- 1])
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';