3 references to Add
dotnet (3)
Commands\Solution\Add\SolutionAddCommand.cs (1)
47SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add, _inRoot, _solutionFolderPath);
Commands\Solution\SolutionArgumentValidator.cs (2)
23string message = commandType == CommandType.Add ? CliStrings.SpecifyAtLeastOneProjectToAdd : CliStrings.SpecifyAtLeastOneProjectToRemove; 53string command = commandType == CommandType.Add ? "add" : "remove";