7 references to InplaceStringBuilder
Microsoft.Extensions.Primitives (7)
InplaceStringBuilder.cs (7)
24
/// Initializes a new instance of the <see cref="
InplaceStringBuilder
"/> class.
26
/// <param name="capacity">The suggested starting size of the <see cref="
InplaceStringBuilder
"/> instance.</param>
35
/// Gets the number of characters that the current <see cref="
InplaceStringBuilder
"/> object can contain.
55
/// Appends a string to the end of the current <see cref="
InplaceStringBuilder
"/> instance.
66
/// Appends a string segment to the end of the current <see cref="
InplaceStringBuilder
"/> instance.
75
/// Appends a substring to the end of the current <see cref="
InplaceStringBuilder
"/> instance.
103
/// Appends a character to the end of the current <see cref="
InplaceStringBuilder
"/> instance.