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