2 references to ConfigOption
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
28
private readonly string? _configFile = result.GetValue(ToolExecuteCommandParser.
ConfigOption
);
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
50
command.Options.Add(
ConfigOption
);