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