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