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)
1778ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1808ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1843ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1900ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1901ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 1928ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1954ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1960instance = _buildManager.GetProjectInstanceForBuild(project); 1986ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 1999ProjectInstance instance2 = _buildManager.GetProjectInstanceForBuild(project); 3141ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3152ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3220ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3232ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3307ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project2); 3319ProjectInstance pi = BuildManager.DefaultBuildManager.GetProjectInstanceForBuild(project1); 3410ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3440ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 3471ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project); 4457ProjectInstance instance = _buildManager.GetProjectInstanceForBuild(project);
EvaluationProfiler_Tests.cs (1)
281var projectInstance = _buildManager.GetProjectInstanceForBuild(project);