3 references to FileOption
dotnet (3)
Commands\Run\RunCommand.cs (2)
636string? fileOption = parseResult.GetValue(RunCommandParser.FileOption); 640throw new GracefulException(CliCommandStrings.CannotCombineOptions, RunCommandParser.ProjectOption.Name, RunCommandParser.FileOption.Name);
Commands\Run\RunCommandParser.cs (1)
94command.Options.Add(FileOption);