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