1 instantiation of ProgressInteractionInfo
Aspire.Hosting (1)
InteractionService.cs (1)
302var newState = new Interaction(options.Title ?? string.Empty, message, options, new Interaction.ProgressInteractionInfo(), interactionCts.Token);
2 references to ProgressInteractionInfo
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
142else if (interaction.InteractionInfo is ProgressInteractionInfo)
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
1303Assert.IsType<Interaction.ProgressInteractionInfo>(interaction.InteractionInfo);