22 references to GetProjectInstanceForBuild
Microsoft.Build.Engine.OM.UnitTests (1)
Definition\ProjectItem_Tests.cs (1)
3752var projectInstance = buildManager.GetProjectInstanceForBuild(project);
Microsoft.Build.Engine.UnitTests (21)
BackEnd\BuildManager_Tests.cs (20)
1711ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1742ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1777ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1834ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1835ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 1862ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1888ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1894instance = _buildManager.GetProjectInstanceForBuild(project); 1920ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1933ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 3075ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3086ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3154ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3166ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3241ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3253ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3344ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3374ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3405ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 4342ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project);
EvaluationProfiler_Tests.cs (1)
282var projectInstance = _buildManager.GetProjectInstanceForBuild(project);