2 writes to State
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
199
interactionState.
State
= Interaction.InteractionState.Complete;
247
interactionState.
State
= Interaction.InteractionState.Complete;
2 references to State
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (1)
210
if (interactionUpdate.
State
== Interaction.InteractionState.Complete)
Dashboard\DashboardService.cs (1)
91
if (interaction.
State
== InteractionState.Complete)