2 references to AddSourceOption
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
30
private readonly string[] _addSource = result.GetValue(ToolExecuteCommandParser.
AddSourceOption
) ?? [];
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
52
command.Options.Add(
AddSourceOption
);