1 write to _connectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportConnectionManager.cs (1)
18_connectionManager = connectionManager;
3 references to _connectionManager
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\TransportConnectionManager.cs (3)
21public long GetNewConnectionId() => _connectionManager.GetNewConnectionId(); 32_connectionManager.AddConnection(id, connectionReference); 42_connectionManager.RemoveConnection(id);