12 writes to Disabled
Aspire.Hosting.Azure (7)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (7)
176
context.Input.
Disabled
= false;
190
Disabled
= true,
203
Disabled
= true,
227
context.Input.
Disabled
= false;
240
Disabled
= true,
259
context.Input.
Disabled
= true; // Make it read-only since it's from existing RG
267
context.Input.
Disabled
= false;
Stress.AppHost (5)
InteractionCommands.cs (5)
329
context.Input.
Disabled
= false;
334
context.Input.
Disabled
= true;
346
Disabled
= true,
357
Disabled
= true,
366
Disabled
= true,
3 references to Disabled
Aspire.Hosting (2)
Dashboard\DashboardService.cs (1)
139
Disabled = input.
Disabled
Pipelines\PipelineActivityReporter.cs (1)
318
Disabled = input.
Disabled
Aspire.Hosting.Azure.Tests (1)
ProvisioningContextProviderTests.cs (1)
457
Assert.True(input.
Disabled
);