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