2 writes to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
329OnInteractionUpdated += WriteToChannel; 350OnInteractionUpdated -= WriteToChannel;
2 references to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
181OnInteractionUpdated?.Invoke(interactionUpdate); 224OnInteractionUpdated?.Invoke(interactionState);