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