5 references to ValueStringBuilder
Microsoft.Build.Framework (5)
Utilities\ValueStringBuilder.cs (5)
40
/// Initializes a new instance of the <see cref="
ValueStringBuilder
"/> struct with an initial buffer.
51
/// Initializes a new instance of the <see cref="
ValueStringBuilder
"/> struct with the specified initial capacity.
434
/// Releases all resources used by the <see cref="
ValueStringBuilder
"/>.
457
/// Implicitly converts a <see cref="
ValueStringBuilder
"/> to a <see cref="ReadOnlySpan{T}"/>.
459
public static implicit operator ReadOnlySpan<char>(
ValueStringBuilder
builder) => builder._chars[..builder._length];