1 instantiation of UpdateSourceArgs
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
404
var args = new
UpdateSourceArgs
()
2 references to UpdateSourceArgs
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
404
var
args = new UpdateSourceArgs()
NuGet.Commands (1)
SourcesCommands\SourceRunners.cs (1)
258
public static void Run(
UpdateSourceArgs
args, Func<ILogger> getLogger)