1 write to Application
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
67Application = pair.Application;
4 references to Application
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (4)
Internal\SocketConnection.cs (2)
72public PipeWriter Input => Application.Output; 74public PipeReader Output => Application.Input;
src\Servers\Kestrel\shared\TransportConnection.cs (2)
72Debug.Assert(Application != null); 73Application.Input.CancelPendingRead();