1 write to _inRoot
dotnet (1)
Commands\Solution\Add\SolutionAddCommand.cs (1)
47
_inRoot
= parseResult.GetValue(Definition.InRootOption);
3 references to _inRoot
dotnet (3)
Commands\Solution\Add\SolutionAddCommand.cs (3)
50
SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add,
_inRoot
, _solutionFolderPath);
85
if (
_inRoot
)
286
if (
_inRoot
|| !string.IsNullOrEmpty(_solutionFolderPath))