2 writes to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
326
OnInteractionUpdated
+= WriteToChannel;
347
OnInteractionUpdated
-= WriteToChannel;
2 references to OnInteractionUpdated
Aspire.Hosting (2)
InteractionService.cs (2)
178
OnInteractionUpdated
?.Invoke(interactionUpdate);
221
OnInteractionUpdated
?.Invoke(interactionState);