4 references to ExecuteAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnectionOfT.cs (1)
38
_ =
ExecuteAsync
();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
ConnectionDispatcherTests.cs (3)
39
var task = kestrelConnection.
ExecuteAsync
();
89
await kestrelConnection.
ExecuteAsync
();
110
await kestrelConnection.
ExecuteAsync
();