4 references to _connectionReferences
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\ConnectionManager.cs (4)
48if (!_connectionReferences.TryAdd(id, connectionReference)) 56if (!_connectionReferences.TryRemove(id, out var reference)) 69foreach (var kvp in _connectionReferences) 77else if (_connectionReferences.TryRemove(kvp.Key, out reference))