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