2 writes to OnInteractionUpdated
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
269OnInteractionUpdated += WriteToChannel; 290OnInteractionUpdated -= WriteToChannel;
2 references to OnInteractionUpdated
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
233OnInteractionUpdated?.Invoke(interactionUpdate); 249OnInteractionUpdated?.Invoke(interactionState);