1 instantiation of AddSourceArgs
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
49
var args = new
AddSourceArgs
()
2 references to AddSourceArgs
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
49
var
args = new AddSourceArgs()
NuGet.Commands (1)
SourcesCommands\SourceRunners.cs (1)
18
public static void Run(
AddSourceArgs
args, Func<ILogger> getLogger)