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