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