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)
39var task = kestrelConnection.ExecuteAsync(); 89await kestrelConnection.ExecuteAsync(); 110await kestrelConnection.ExecuteAsync();