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> 38/// Gets the number of characters that the current <see cref="InplaceStringBuilder"/> object can contain. 61/// Appends a string to the end of the current <see cref="InplaceStringBuilder"/> instance. 75/// Appends a string segment to the end of the current <see cref="InplaceStringBuilder"/> instance. 84/// Appends a substring to the end of the current <see cref="InplaceStringBuilder"/> instance. 111/// Appends a character to the end of the current <see cref="InplaceStringBuilder"/> instance.