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