30 references to SetNodeAffinity
Microsoft.Build.Engine.UnitTests (30)
BackEnd\BuildManager_Tests.cs (3)
2226data.HostServices.SetNodeAffinity(data.ProjectFullPath, NodeAffinity.InProc); 3373services.SetNodeAffinity(fileName, NodeAffinity.OutOfProc); 3381services.SetNodeAffinity(fileName, NodeAffinity.InProc);
BackEnd\Scheduler_Tests.cs (1)
816hostServices.SetNodeAffinity(String.Empty, nodeAffinity);
Instance\HostServices_Tests.cs (26)
136hostServices.SetNodeAffinity("project", NodeAffinity.InProc); 138hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 140hostServices.SetNodeAffinity("project", NodeAffinity.Any); 152hostServices.SetNodeAffinity("project1", NodeAffinity.InProc); 164hostServices.SetNodeAffinity(String.Empty, NodeAffinity.InProc); 168hostServices.SetNodeAffinity(String.Empty, NodeAffinity.OutOfProc); 172hostServices.SetNodeAffinity(String.Empty, NodeAffinity.Any); 185hostServices.SetNodeAffinity(String.Empty, NodeAffinity.InProc); 186hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 199hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 201hostServices.SetNodeAffinity(null, NodeAffinity.OutOfProc); 204hostServices.SetNodeAffinity(String.Empty, NodeAffinity.OutOfProc); 206hostServices.SetNodeAffinity(null, NodeAffinity.OutOfProc); 222hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 237hostServices.SetNodeAffinity("project", NodeAffinity.Any); 250hostServices.SetNodeAffinity("project", NodeAffinity.Any); 263hostServices.SetNodeAffinity("project", NodeAffinity.InProc); 277hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 289hostServices.SetNodeAffinity("project", NodeAffinity.Any); 302hostServices.SetNodeAffinity("project", NodeAffinity.Any); 316hostServices.SetNodeAffinity(String.Empty, NodeAffinity.InProc); 328hostServices.SetNodeAffinity("project", NodeAffinity.InProc); 359hostServices.SetNodeAffinity("project", NodeAffinity.OutOfProc); 371hostServices.SetNodeAffinity(String.Empty, NodeAffinity.OutOfProc); 372hostServices.SetNodeAffinity("project", NodeAffinity.Any); 394hostServices.SetNodeAffinity(project.FullPath, NodeAffinity.InProc);