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