We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fe8a8 commit 3e47fa7Copy full SHA for 3e47fa7
src/Servers/Kestrel/Core/src/Internal/BufferWriter.cs
@@ -37,6 +37,7 @@ namespace System.Buffers
37
/// Initializes a new instance of the <see cref="BufferWriter{T}"/> struct.
38
/// </summary>
39
/// <param name="output">The <see cref="IBufferWriter{T}"/> to be wrapped.</param>
40
+ [MethodImpl(MethodImplOptions.AggressiveInlining)]
41
public BufferWriter(T output)
42
{
43
_buffered = 0;
0 commit comments