1 write to _testModulesRoot
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
39_testModulesRoot = rootDirectory;
5 references to _testModulesRoot
dotnet (5)
Commands\Test\MTP\TestModulesFilterHandler.cs (5)
40_testModulePaths = GetMatchedModulePaths(_testModules, _testModulesRoot); 46if (string.IsNullOrEmpty(_testModulesRoot) || !Directory.Exists(_testModulesRoot)) 48Reporter.Output.WriteLine(string.Format(CliCommandStrings.CmdNonExistentRootDirectoryErrorDescription, _testModulesRoot).Yellow()); 55Reporter.Output.WriteLine(string.Format(CliCommandStrings.CmdNoTestModulesErrorDescription, _testModules, _testModulesRoot).Yellow());