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