2 writes to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
267
OnInteractionUpdated
+= WriteToChannel;
288
OnInteractionUpdated
-= WriteToChannel;
2 references to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
177
OnInteractionUpdated
?.Invoke(interactionUpdate);
220
OnInteractionUpdated
?.Invoke(interactionState);