2 writes to State
Aspire.Hosting (2)
Dashboard\InteractionFileUploadStore.cs (2)
208interaction.State = FileInteractionState.Complete; 253interaction.State = FileInteractionState.Canceled;
2 references to State
Aspire.Hosting (2)
Dashboard\InteractionFileUploadStore.cs (2)
52if (interaction.State != FileInteractionState.InProgress) 370if (interaction.State != FileInteractionState.InProgress && interaction.Files.IsEmpty)