5 references to _pendingInteractionCollection
Aspire.Dashboard (5)
ServiceClient\DashboardClient.cs (5)
746
_pendingInteractionCollection
.Remove(response.InteractionId);
750
if (
_pendingInteractionCollection
.Contains(response.InteractionId))
752
_pendingInteractionCollection
.Remove(response.InteractionId);
754
_pendingInteractionCollection
.Add(response);
907
return StreamUpdatesAsync(
_pendingInteractionCollection
.ToList(), cts.Token);