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