1 instantiation of ConfigPathsArgs
NuGet.CommandLine.XPlat (1)
Commands\ConfigCommands\ConfigCommand.cs (1)
140
var args = new
ConfigPathsArgs
()
2 references to ConfigPathsArgs
NuGet.CommandLine.XPlat (2)
Commands\ConfigCommands\ConfigCommand.cs (1)
140
var
args = new ConfigPathsArgs()
Commands\ConfigCommands\ConfigRunners.cs (1)
19
public static int Run(
ConfigPathsArgs
args, Func<ILogger> getLogger)