1 write to _testModulesRoot
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
34_testModulesRoot = rootDirectory;
5 references to _testModulesRoot
dotnet (5)
Commands\Test\MTP\TestModulesFilterHandler.cs (5)
35_testModulePaths = GetMatchedModulePaths(_testModules, _testModulesRoot); 41if (string.IsNullOrEmpty(_testModulesRoot) || !Directory.Exists(_testModulesRoot)) 43Reporter.Output.WriteLine(string.Format(CliCommandStrings.CmdNonExistentRootDirectoryErrorDescription, _testModulesRoot).Yellow()); 50Reporter.Output.WriteLine(string.Format(CliCommandStrings.CmdNoTestModulesErrorDescription, _testModules, _testModulesRoot).Yellow());