1 instantiation of ConnectionDispatcher
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
100
var connectionDispatcher = new
ConnectionDispatcher
<T>(_serviceContext, connectionDelegate, transportConnectionManager);
1 reference to ConnectionDispatcher
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
100
var
connectionDispatcher = new ConnectionDispatcher<T>(_serviceContext, connectionDelegate, transportConnectionManager);