8 references to _interactionCollection
Aspire.Hosting (8)
InteractionService.cs (8)
139return _interactionCollection.ToList(); 165updateEvent = _interactionCollection.Remove(interactionUpdate.InteractionId); 169if (_interactionCollection.Contains(interactionUpdate.InteractionId)) 175_interactionCollection.Add(interactionUpdate); 192if (!_interactionCollection.TryGetValue(interactionId, out interactionState)) 211if (!_interactionCollection.TryGetValue(interactionId, out interactionState)) 220_interactionCollection.Remove(interactionId); 331pendingInteractions = _interactionCollection.ToList();