We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc9c5a commit 5a826fbCopy full SHA for 5a826fb
src/LinkDotNet.StringBuilder/ValueStringBuilder.cs
@@ -47,6 +47,7 @@ public ValueStringBuilder(Span<char> initialBuffer)
47
/// <param name="initialText">The initial text used to initialize this instance. If <paramref name="initialText"/> is <c>null</c>
48
/// the <see cref="ValueStringBuilder"/> will return an empty string (<see cref="string.Empty"/>).
49
/// </param>
50
+ [MethodImpl(MethodImplOptions.AggressiveInlining)]
51
public ValueStringBuilder(ReadOnlySpan<char> initialText)
52
{
53
Append(initialText);
0 commit comments