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