1 instantiation of PathOptions
dotnet (1)
Commands\Test\MTP\MSBuildUtility.cs (1)
329
PathOptions pathOptions =
new
(
15 references to PathOptions
dotnet (15)
Commands\Test\MTP\MSBuildHandler.cs (1)
22
PathOptions
pathOptions = _buildOptions.PathOptions;
Commands\Test\MTP\MSBuildUtility.cs (1)
329
PathOptions
pathOptions = new(
Commands\Test\MTP\Options.cs (1)
55
PathOptions
PathOptions,
Commands\Test\MTP\TestApplication.cs (2)
530
PathOptions
pathOptions,
542
PathOptions
pathOptions,
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)
Commands\Test\MTP\ValidationUtility.cs (3)
15
public static void ValidateMutuallyExclusiveOptions(ParseResult parseResult,
PathOptions
pathOptions)
20
static void ValidatePathOptions(
PathOptions
pathOptions)
57
public static bool ValidateBuildPathOptions(
PathOptions
pathOptions, [NotNullWhen(true)] out string? projectOrSolutionFilePath, out bool isSolution)