1 write to _solutionFolderPath
dotnet (1)
Commands\Solution\Add\SolutionAddCommand.cs (1)
46
_solutionFolderPath
= parseResult.GetValue(Definition.SolutionFolderOption);
4 references to _solutionFolderPath
dotnet (4)
Commands\Solution\Add\SolutionAddCommand.cs (4)
48
SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add, _inRoot,
_solutionFolderPath
);
90
if (string.IsNullOrEmpty(
_solutionFolderPath
))
111
relativeSolutionFolderPath =
_solutionFolderPath
;
279
if (_inRoot || !string.IsNullOrEmpty(
_solutionFolderPath
))