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