22 references to GetProjectInstanceForBuild
Microsoft.Build.Engine.OM.UnitTests (1)
Definition\ProjectItem_Tests.cs (1)
3756var projectInstance = buildManager.GetProjectInstanceForBuild(project);
Microsoft.Build.Engine.UnitTests (21)
BackEnd\BuildManager_Tests.cs (20)
1775ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1806ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1841ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1898ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1899ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 1926ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1952ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1958instance = _buildManager.GetProjectInstanceForBuild(project); 1984ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1997ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 3139ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3150ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3218ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3230ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3305ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3317ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3408ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3438ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3469ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 4411ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project);
EvaluationProfiler_Tests.cs (1)
281var projectInstance = _buildManager.GetProjectInstanceForBuild(project);