10 writes to AllowCustomChoice
Aspire.Hosting.Azure (2)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (2)
137AllowCustomChoice = true, 164AllowCustomChoice = true,
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
361var 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)
68AllowCustomChoice = true,
Stress.AppHost (6)
InteractionCommands.cs (6)
87AllowCustomChoice = true, 159AllowCustomChoice = true, 227AllowCustomChoice = true, 297AllowCustomChoice = true, 355AllowCustomChoice = true, 436AllowCustomChoice = true,
4 references to AllowCustomChoice
Aspire.Hosting (4)
Dashboard\DashboardService.cs (1)
137AllowCustomChoice = input.AllowCustomChoice,
InteractionService.cs (2)
181if (!input.AllowCustomChoice && !string.IsNullOrEmpty(input.Value)) 406if (!input.AllowCustomChoice)
Pipelines\PipelineActivityReporter.cs (1)
315AllowCustomChoice = input.AllowCustomChoice,