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)
21
public long GetNewConnectionId() =>
_connectionManager
.GetNewConnectionId();
32
_connectionManager
.AddConnection(id, connectionReference);
42
_connectionManager
.RemoveConnection(id);