1 instantiation of ConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
82var connectionManager = new ConnectionManager(
5 references to ConnectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Infrastructure\TransportConnectionManager.cs (2)
13private readonly ConnectionManager _connectionManager; 16public TransportConnectionManager(ConnectionManager connectionManager)
Internal\Infrastructure\TransportManager.cs (1)
33private ConnectionManager ConnectionManager => _serviceContext.ConnectionManager;
Internal\KestrelServerImpl.cs (1)
82var connectionManager = new ConnectionManager(
Internal\ServiceContext.cs (1)
28public ConnectionManager ConnectionManager { get; set; } = default!;