5 references to Input
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (5)
Internal\SocketConnection.cs (5)
152
var buffer =
Input
.GetMemory(MinAllocBufferSize);
170
Input
.Advance(bytesReceived);
172
var flushTask =
Input
.FlushAsync();
257
Input
.Complete(_shutdownReason ?? error);
341
Input
.CancelPendingFlush();