5 references to Input
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (5)
Internal\SocketConnection.cs (5)
156
var buffer =
Input
.GetMemory(MinAllocBufferSize);
174
Input
.Advance(bytesReceived);
176
var flushTask =
Input
.FlushAsync();
261
Input
.Complete(_shutdownReason ?? error);
347
Input
.CancelPendingFlush();