6 references to SolutionAndProjectUtility
dotnet (6)
Commands\Test\MTP\MSBuildHandler.cs (3)
68
(solutionOrProjectFileFound, message) =
SolutionAndProjectUtility
.TryGetProjectFilePath(directoryPath, out projectOrSolutionFilePath);
73
(solutionOrProjectFileFound, message) =
SolutionAndProjectUtility
.TryGetSolutionFilePath(directoryPath, out projectOrSolutionFilePath);
78
(solutionOrProjectFileFound, message) =
SolutionAndProjectUtility
.TryGetProjectOrSolutionFilePath(directoryPath, out projectOrSolutionFilePath, out isSolution);
Commands\Test\MTP\MSBuildUtility.cs (3)
34
SolutionAndProjectUtility
.GetRootDirectory(solutionFilePath);
64
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projects =
SolutionAndProjectUtility
.GetProjectProperties(projectFilePath, collection, evaluationContext, buildOptions);
144
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projectsMetadata =
SolutionAndProjectUtility
.GetProjectProperties(project, projectCollection, evaluationContext, buildOptions);