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)
48SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add, _inRoot, _solutionFolderPath); 83if (_inRoot) 279if (_inRoot || !string.IsNullOrEmpty(_solutionFolderPath))