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