8 references to ResultsDirectoryLayout
dotnet-aot (8)
parent\dotnet\Commands\Test\MTP\Options.cs (1)
49
ResultsDirectoryLayout
ResultsDirectoryLayout,
parent\dotnet\Commands\Test\MTP\TestCommandOptions.cs (2)
121
?
ResultsDirectoryLayout
.PerModule
122
:
ResultsDirectoryLayout
.Flat,
parent\dotnet\Commands\Test\MTP\TestResultsDirectoryResolver.cs (5)
57
.. materializedModules.Where(module => GetResultsDirectoryLayout(pathOptions, module) ==
ResultsDirectoryLayout
.PerModule)
107
if (_shared || GetResultsDirectoryLayout(_pathOptions, module) ==
ResultsDirectoryLayout
.Flat)
136
return GetResultsDirectoryLayout(pathOptions, module) ==
ResultsDirectoryLayout
.PerModule
141
private static
ResultsDirectoryLayout
GetResultsDirectoryLayout(PathOptions pathOptions, TestModule module)
143
?
ResultsDirectoryLayout
.PerModule