2 writes to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
329
OnInteractionUpdated
+= WriteToChannel;
350
OnInteractionUpdated
-= WriteToChannel;
2 references to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
181
OnInteractionUpdated
?.Invoke(interactionUpdate);
224
OnInteractionUpdated
?.Invoke(interactionState);