2 writes to WorkingDirectory
NuGet.CommandLine.XPlat (2)
Commands\ConfigCommands\ConfigCommand.cs (1)
142WorkingDirectory = parseResult.GetValue(WorkingDirectory),
Commands\ConfigCommands\ConfigRunners.cs (1)
25args.WorkingDirectory = Directory.GetCurrentDirectory();
2 references to WorkingDirectory
NuGet.CommandLine.XPlat (2)
Commands\ConfigCommands\ConfigRunners.cs (2)
23if (string.IsNullOrEmpty(args.WorkingDirectory)) 31settings = RunnerHelper.GetSettingsFromDirectory(args.WorkingDirectory);