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