3 references to AddSourceOption
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
75
_addSource = parseResult.GetValue(Definition.
AddSourceOption
);
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
70
sources: parseResult.GetValue(Definition.
AddSourceOption
),
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolUpdateInstallCommandDefinition.cs (1)
45
Options.Add(
AddSourceOption
);