1 write to _projects
dotnet (1)
Commands\Solution\Add\SolutionAddCommand.cs (1)
43
_projects
= (IReadOnlyCollection<string>)(parseResult.GetValue(SolutionAddCommandParser.ProjectPathArgument) ?? []);
4 references to _projects
dotnet (4)
Commands\Solution\Add\SolutionAddCommand.cs (4)
47
SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory,
_projects
, SolutionArgumentValidator.CommandType.Add, _inRoot, _solutionFolderPath);
53
if (
_projects
.Count == 0)
59
PathUtility.EnsureAllPathsExist(
_projects
, CliStrings.CouldNotFindProjectOrDirectory, true);
61
IEnumerable<string> fullProjectPaths =
_projects
.Select(project =>