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)
47
SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add, _inRoot,
_solutionFolderPath
);
81
if (string.IsNullOrEmpty(
_solutionFolderPath
))
102
relativeSolutionFolderPath =
_solutionFolderPath
;