1 write to _requestDelegate
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\DummyApplication.cs (1)
29
_requestDelegate
= requestDelegate;
1 reference to _requestDelegate
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\DummyApplication.cs (1)
45
await
_requestDelegate
(context);