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
);
41
if (string.IsNullOrEmpty(
_testModulesRoot
) || !Directory.Exists(
_testModulesRoot
))
43
Reporter.Output.WriteLine(string.Format(CliCommandStrings.CmdNonExistentRootDirectoryErrorDescription,
_testModulesRoot
).Yellow());
50
Reporter.Output.WriteLine(string.Format(CliCommandStrings.CmdNoTestModulesErrorDescription, _testModules,
_testModulesRoot
).Yellow());