5 references to _pendingInteractionCollection
Aspire.Dashboard (5)
ServiceClient\DashboardClient.cs (5)
480
_pendingInteractionCollection
.Remove(response.InteractionId);
484
if (
_pendingInteractionCollection
.Contains(response.InteractionId))
486
_pendingInteractionCollection
.Remove(response.InteractionId);
488
_pendingInteractionCollection
.Add(response);
617
return StreamUpdatesAsync(
_pendingInteractionCollection
.ToList(), cts.Token);