1 instantiation of PathOptions
dotnet (1)
Commands\Test\MTP\MSBuildUtility.cs (1)
255PathOptions pathOptions = new(
11 references to PathOptions
dotnet (11)
Commands\Test\MTP\MSBuildHandler.cs (1)
22PathOptions pathOptions = _buildOptions.PathOptions;
Commands\Test\MTP\MSBuildUtility.cs (1)
255PathOptions pathOptions = new(
Commands\Test\MTP\Options.cs (1)
54PathOptions PathOptions,
Commands\Test\MTP\TestApplication.cs (1)
418PathOptions pathOptions,
Commands\Test\MTP\TestResultsDirectoryResolver.cs (4)
31private readonly PathOptions _pathOptions; 36private TestResultsDirectoryResolver(PathOptions pathOptions, string workingDirectory, string identityRoot, HashSet<string> ambiguousProjectNames) 44public static TestResultsDirectoryResolver Create(PathOptions pathOptions, IEnumerable<TestModule> modules, string workingDirectory) 86public static TestResultsDirectoryResolver CreateShared(PathOptions pathOptions, string workingDirectory)
Commands\Test\MTP\ValidationUtility.cs (3)
14public static void ValidateMutuallyExclusiveOptions(ParseResult parseResult, PathOptions pathOptions) 19static void ValidatePathOptions(PathOptions pathOptions) 56public static bool ValidateBuildPathOptions(PathOptions pathOptions, [NotNullWhen(true)] out string? projectOrSolutionFilePath, out bool isSolution)