1 write to ConfigKey
NuGet.CommandLine.XPlat (1)
Commands\ConfigCommands\ConfigCommand.cs (1)
203ConfigKey = parseResult.GetValue(UnsetConfigKeyArgument),
3 references to ConfigKey
NuGet.CommandLine.XPlat (3)
Commands\ConfigCommands\ConfigRunners.cs (3)
126RunnerHelper.ValidateConfigKey(args.ConfigKey); 135if (!SettingsUtility.DeleteConfigValue(settings, args.ConfigKey)) 137getLogger().LogMinimal(string.Format(CultureInfo.CurrentCulture, Strings.ConfigUnsetNonExistingKey, args.ConfigKey));