1 write to Application
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
97
Application
= _originalApplication;
4 references to Application
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicStreamContext.cs (2)
74
private PipeWriter Input =>
Application
.Output;
75
private PipeReader Output =>
Application
.Input;
src\Servers\Kestrel\shared\TransportConnection.cs (2)
72
Debug.Assert(
Application
!= null);
73
Application
.Input.CancelPendingRead();