1 write to Application
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
InMemoryTransportBenchmark.cs (1)
179Application = pair.Application;
4 references to Application
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
InMemoryTransportBenchmark.cs (2)
182public PipeWriter Input => Application.Output; 184public PipeReader Output => Application.Input;
src\Servers\Kestrel\shared\TransportConnection.cs (2)
72Debug.Assert(Application != null); 73Application.Input.CancelPendingRead();