5 references to Input
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (5)
Internal\SocketConnection.cs (5)
153
var buffer =
Input
.GetMemory(MinAllocBufferSize);
171
Input
.Advance(bytesReceived);
173
var flushTask =
Input
.FlushAsync();
258
Input
.Complete(_shutdownReason ?? error);
342
Input
.CancelPendingFlush();