1 instantiation of EnableSourceArgs
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Enable\DotnetNuGetEnableCommand.cs (1)
27
var args = new
EnableSourceArgs
()
2 references to EnableSourceArgs
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Enable\DotnetNuGetEnableCommand.cs (1)
27
var
args = new EnableSourceArgs()
NuGet.Commands (1)
SourcesCommands\SourceRunners.cs (1)
112
public static void Run(
EnableSourceArgs
args, Func<ILogger> getLogger)