2 writes to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
461OnInteractionUpdated += WriteToChannel; 482OnInteractionUpdated -= WriteToChannel;
3 references to OnInteractionUpdated
Aspire.Hosting (3)
InteractionService.cs (3)
294OnInteractionUpdated?.Invoke(interactionUpdate); 310OnInteractionUpdated?.Invoke(interactionState); 352OnInteractionUpdated?.Invoke(interactionState);