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