12 writes to Disabled
Aspire.Hosting.Azure (7)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (7)
176context.Input.Disabled = false; 190Disabled = true, 203Disabled = true, 227context.Input.Disabled = false; 240Disabled = true, 259context.Input.Disabled = true; // Make it read-only since it's from existing RG 267context.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)
457Assert.True(input.Disabled);