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