30 references to SetNodeAffinity
Microsoft.Build.Engine.UnitTests (30)
BackEnd\BuildManager_Tests.cs (3)
2162data.HostServices.SetNodeAffinity(data.ProjectFullPath, NodeAffinity.InProc); 3309services.SetNodeAffinity(fileName, NodeAffinity.OutOfProc); 3317services.SetNodeAffinity(fileName, NodeAffinity.InProc);
BackEnd\Scheduler_Tests.cs (1)
816hostServices.SetNodeAffinity(String.Empty, nodeAffinity);
Instance\HostServices_Tests.cs (26)
137hostServices.SetNodeAffinity("project", NodeAffinity.InProc); 139hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 141hostServices.SetNodeAffinity("project", NodeAffinity.Any); 153hostServices.SetNodeAffinity("project1", NodeAffinity.InProc); 165hostServices.SetNodeAffinity(String.Empty, NodeAffinity.InProc); 169hostServices.SetNodeAffinity(String.Empty, NodeAffinity.OutOfProc); 173hostServices.SetNodeAffinity(String.Empty, NodeAffinity.Any); 186hostServices.SetNodeAffinity(String.Empty, NodeAffinity.InProc); 187hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 200hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 202hostServices.SetNodeAffinity(null, NodeAffinity.OutOfProc); 205hostServices.SetNodeAffinity(String.Empty, NodeAffinity.OutOfProc); 207hostServices.SetNodeAffinity(null, NodeAffinity.OutOfProc); 223hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 238hostServices.SetNodeAffinity("project", NodeAffinity.Any); 251hostServices.SetNodeAffinity("project", NodeAffinity.Any); 264hostServices.SetNodeAffinity("project", NodeAffinity.InProc); 278hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 290hostServices.SetNodeAffinity("project", NodeAffinity.Any); 303hostServices.SetNodeAffinity("project", NodeAffinity.Any); 317hostServices.SetNodeAffinity(String.Empty, NodeAffinity.InProc); 329hostServices.SetNodeAffinity("project", NodeAffinity.InProc); 360hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 372hostServices.SetNodeAffinity(String.Empty, NodeAffinity.OutOfProc); 373hostServices.SetNodeAffinity("project", NodeAffinity.Any); 395hostServices.SetNodeAffinity(project.FullPath, NodeAffinity.InProc);