2 writes to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
657
OnInteractionUpdated
+= WriteToChannel;
678
OnInteractionUpdated
-= WriteToChannel;
4 references to OnInteractionUpdated
Aspire.Hosting (4)
InteractionService.cs (4)
451
OnInteractionUpdated
?.Invoke(interactionUpdate);
467
OnInteractionUpdated
?.Invoke(interactionState);
508
OnInteractionUpdated
?.Invoke(interactionState);
533
OnInteractionUpdated
?.Invoke(interactionState);