2 references to StartAcceptingConnections
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
101var acceptLoopTask = connectionDispatcher.StartAcceptingConnections(connectionListener);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ConnectionDispatcherTests.cs (1)
64await dispatcher.StartAcceptingConnections(new ThrowingListener());