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