22 references to GetProjectInstanceForBuild
Microsoft.Build.Engine.OM.UnitTests (1)
Definition\ProjectItem_Tests.cs (1)
3758var projectInstance = buildManager.GetProjectInstanceForBuild(project);
Microsoft.Build.Engine.UnitTests (21)
BackEnd\BuildManager_Tests.cs (20)
1776ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1807ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1842ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1899ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1900ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 1927ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1953ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1959instance = _buildManager.GetProjectInstanceForBuild(project); 1985ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1998ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 3140ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3151ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3219ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3231ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3306ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3318ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3409ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3439ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3470ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 4412ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project);
EvaluationProfiler_Tests.cs (1)
282var projectInstance = _buildManager.GetProjectInstanceForBuild(project);