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 68b0d2a commit f6f286aCopy full SHA for f6f286a
WebApiClientCore/Internals/ValueStringBuilder.cs
@@ -68,7 +68,7 @@ public ValueStringBuilder Append(ReadOnlySpan<char> value)
68
/// 扩容
69
/// </summary>
70
/// <param name="newSize"></param>
71
- [MethodImpl(MethodImplOptions.NoInlining)]
+ [MethodImpl(MethodImplOptions.AggressiveInlining)]
72
private void Grow(int newSize)
73
{
74
var size = Math.Max(newSize, this.chars.Length * 2);
0 commit comments