6 references to OpenProjectOrSolution
Microsoft.Build (6)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
85
ProjectRootElement xml = ProjectRootElement.
OpenProjectOrSolution
(
Definition\Project.cs (1)
1988
Xml = ProjectRootElement.
OpenProjectOrSolution
(
Definition\ProjectCollection.cs (1)
1312
ProjectRootElement xml = ProjectRootElement.
OpenProjectOrSolution
(fileName, globalProperties, toolsVersion, ProjectRootElementCache, isExplicitlyLoaded: true);
Evaluation\Evaluator.cs (1)
2243
importedProjectElement = ProjectRootElement.
OpenProjectOrSolution
(
Instance\ProjectInstance.cs (2)
326
ProjectRootElement xml = ProjectRootElement.
OpenProjectOrSolution
(projectFile, globalProperties, toolsVersion, buildParameters.ProjectRootElementCache, true /*Explicitly Loaded*/);
662
ProjectRootElement xml = ProjectRootElement.
OpenProjectOrSolution
(projectFile, globalProperties, toolsVersion, buildParameters.ProjectRootElementCache, false /*Not explicitly loaded*/);