15 references to SolutionAndProjectUtility
dotnet (15)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
725
=> new(
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs), logger);
737
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
831
var standardArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
Commands\Test\MTP\MSBuildUtility.cs (10)
98
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(
119
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
120
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projects =
SolutionAndProjectUtility
.GetProjectProperties(
132
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
162
SolutionAndProjectUtility
.GetProjectProperties(
179
SolutionAndProjectUtility
.DeviceSelectionResult deviceSelection,
226
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(perTfmBuildOptions.MSBuildArgs);
233
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> modules =
SolutionAndProjectUtility
.GetProjectProperties(
522
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(
564
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projectsMetadata =
SolutionAndProjectUtility
.GetProjectProperties(project.ProjectFilePath, projectCollection, evaluationContext, buildOptions, buildSession, project.Configuration, project.Platform, globalProperties);
Commands\Test\MTP\ValidationUtility.cs (2)
84
(foundSolutionOrProjectInDirectory, message) =
SolutionAndProjectUtility
.TryGetSolutionFilePath(directory, out projectOrSolutionFilePath);
88
(foundSolutionOrProjectInDirectory, message) =
SolutionAndProjectUtility
.TryGetProjectOrSolutionFilePath(directory, out projectOrSolutionFilePath, out isSolution);