1 write to _solutionFolderPath
dotnet (1)
Commands\Solution\Add\SolutionAddCommand.cs (1)
45_solutionFolderPath = parseResult.GetValue(SolutionAddCommandParser.SolutionFolderOption);
3 references to _solutionFolderPath
dotnet (3)
Commands\Solution\Add\SolutionAddCommand.cs (3)
47SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add, _inRoot, _solutionFolderPath); 81if (string.IsNullOrEmpty(_solutionFolderPath)) 102relativeSolutionFolderPath = _solutionFolderPath;