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