5 references to _pendingInteractionCollection
Aspire.Dashboard (5)
ServiceClient\DashboardClient.cs (5)
490
_pendingInteractionCollection
.Remove(response.InteractionId);
494
if (
_pendingInteractionCollection
.Contains(response.InteractionId))
496
_pendingInteractionCollection
.Remove(response.InteractionId);
498
_pendingInteractionCollection
.Add(response);
649
return StreamUpdatesAsync(
_pendingInteractionCollection
.ToList(), cts.Token);