2 references to ParseAndValidateArguments
dotnet (2)
Commands\Solution\Add\SolutionAddCommand.cs (1)
47
SolutionArgumentValidator.
ParseAndValidateArguments
(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add, _inRoot, _solutionFolderPath);
Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
25
SolutionArgumentValidator.
ParseAndValidateArguments
(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Remove);