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