1 write to _inRoot
dotnet (1)
Commands\Solution\Add\SolutionAddCommand.cs (1)
44
_inRoot
= parseResult.GetValue(SolutionAddCommandParser.InRootOption);
2 references to _inRoot
dotnet (2)
Commands\Solution\Add\SolutionAddCommand.cs (2)
47
SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.Add,
_inRoot
, _solutionFolderPath);
74
if (
_inRoot
)