8 references to _interactionCollection
Aspire.Hosting (8)
InteractionService.cs (8)
136return _interactionCollection.ToList(); 162updateEvent = _interactionCollection.Remove(interactionUpdate.InteractionId); 166if (_interactionCollection.Contains(interactionUpdate.InteractionId)) 172_interactionCollection.Add(interactionUpdate); 189if (!_interactionCollection.TryGetValue(interactionId, out interactionState)) 208if (!_interactionCollection.TryGetValue(interactionId, out interactionState)) 217_interactionCollection.Remove(interactionId); 328pendingInteractions = _interactionCollection.ToList();