3 writes to AllowCustomChoice
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
250var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Choice, AllowCustomChoice = true, Options = [KeyValuePair.Create("first", "First option!"), KeyValuePair.Create("second", "Second option!")] };
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
59AllowCustomChoice = true,
Stress.AppHost (1)
InteractionCommands.cs (1)
138AllowCustomChoice = true,
3 references to AllowCustomChoice
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
124AllowCustomChoice = input.AllowCustomChoice,
InteractionService.cs (1)
278if (!input.AllowCustomChoice)
Publishing\PublishingActivityReporter.cs (1)
294AllowCustomChoice = input.AllowCustomChoice