1 instantiation of PathOptions
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestCommandOptions.cs (1)
107PathOptions pathOptions = new(
11 references to PathOptions
dotnet-aot (11)
parent\dotnet\Commands\Test\MTP\Options.cs (1)
55PathOptions PathOptions,
parent\dotnet\Commands\Test\MTP\TestApplication.cs (2)
530PathOptions pathOptions, 542PathOptions pathOptions,
parent\dotnet\Commands\Test\MTP\TestCommandOptions.cs (1)
107PathOptions pathOptions = new(
parent\dotnet\Commands\Test\MTP\TestResultsDirectoryResolver.cs (7)
32private readonly PathOptions _pathOptions; 39PathOptions pathOptions, 52public static TestResultsDirectoryResolver Create(PathOptions pathOptions, IEnumerable<TestModule> modules, string workingDirectory) 101public static TestResultsDirectoryResolver CreateShared(PathOptions pathOptions, string workingDirectory) 124internal static string? GetResultsDirectoryRoot(PathOptions pathOptions, TestModule module, string workingDirectory) 141private static ResultsDirectoryLayout GetResultsDirectoryLayout(PathOptions pathOptions, TestModule module) 146private static bool UsesArtifactsOutputDefaults(PathOptions pathOptions, TestModule module)