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