5 references to _pendingInteractionCollection
Aspire.Dashboard (5)
ResourceService\DashboardClient.cs (5)
451_pendingInteractionCollection.Remove(response.InteractionId); 455if (_pendingInteractionCollection.Contains(response.InteractionId)) 457_pendingInteractionCollection.Remove(response.InteractionId); 459_pendingInteractionCollection.Add(response); 565return StreamUpdatesAsync(_pendingInteractionCollection.ToList(), cts.Token);