8 references to _interactionCollection
Aspire.Hosting (8)
InteractionService.cs (8)
135return _interactionCollection.ToList(); 161updateEvent = _interactionCollection.Remove(interactionUpdate.InteractionId); 165if (_interactionCollection.Contains(interactionUpdate.InteractionId)) 171_interactionCollection.Add(interactionUpdate); 188if (!_interactionCollection.TryGetValue(interactionId, out interactionState)) 207if (!_interactionCollection.TryGetValue(interactionId, out interactionState)) 216_interactionCollection.Remove(interactionId); 269pendingInteractions = _interactionCollection.ToList();