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