1 write to _testModules
dotnet (1)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
21
_testModules
= testModules;
2 references to _testModules
dotnet (2)
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
35
_testModulePaths = GetMatchedModulePaths(
_testModules
, _testModulesRoot);
50
Reporter.Output.WriteLine(string.Format(CliCommandStrings.CmdNoTestModulesErrorDescription,
_testModules
, _testModulesRoot).Yellow());