3 references to IsGloballySettableKey
aspire (1)
Commands\ConfigCommand.cs (1)
172
if (isGlobal && !AppHostPathConfigurationPolicy.
IsGloballySettableKey
(key))
Aspire.Cli.Tests (2)
Configuration\AppHostPathConfigurationPolicyTests.cs (2)
19
Assert.False(AppHostPathConfigurationPolicy.
IsGloballySettableKey
(key));
30
Assert.True(AppHostPathConfigurationPolicy.
IsGloballySettableKey
(key));