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