2 references to DummyApplication
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\DummyApplication.cs (1)
18
:
this
(_ => Task.CompletedTask)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
252
_connectionTask = _httpConnection.ProcessRequestsAsync(new
DummyApplication
(application));