5 references to _clientsById
MSBuild.Coordinator (5)
CoordinatorServer.cs (5)
370_clientsById[connection.Id] = client; 431if (_clientsById.TryGetValue(client.ConnectionId, out var current) && 434_clientsById.Remove(client.ConnectionId); 464found = _clientsById.TryGetValue(grant.ConnectionId, out waitingClient); 534clientsToCheck = [.. _clientsById.Values];