3 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> 152EnsureCapacity(Length + 1); 153_chars[Length] = '\0';