2 writes to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
326OnInteractionUpdated += WriteToChannel; 347OnInteractionUpdated -= WriteToChannel;
2 references to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
178OnInteractionUpdated?.Invoke(interactionUpdate); 221OnInteractionUpdated?.Invoke(interactionState);