3 references to SourceOption
dotnet (3)
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
23public static readonly Option<string[]> SourceOption = ToolInstallCommandParser.SourceOption;
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
115command.Options.Add(SourceOption);
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
75_source = parseResult.GetValue(ToolInstallCommandParser.SourceOption);