9 writes to Disabled
Aspire.Hosting.Azure (4)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (4)
166Disabled = !string.IsNullOrEmpty(_options.SubscriptionId), 187context.Input.Disabled = false; 200Disabled = true, 210context.Input.Disabled = false;
Stress.AppHost (5)
InteractionCommands.cs (5)
329context.Input.Disabled = false; 334context.Input.Disabled = true; 346Disabled = true, 357Disabled = true, 366Disabled = true,
3 references to Disabled
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
139Disabled = input.Disabled
Pipelines\PipelineActivityReporter.cs (1)
318Disabled = input.Disabled
Aspire.Hosting.Azure.Tests (1)
ProvisioningContextProviderTests.cs (1)
446Assert.True(input.Disabled);