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