6 references to DisableInProcNode
Microsoft.Build (6)
BackEnd\Components\Communications\NodeManager.cs (1)
97
if ((nodeAffinity == NodeAffinity.Any || nodeAffinity == NodeAffinity.InProc) && !_componentHost!.BuildParameters.
DisableInProcNode
)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
129
_disableInprocNode = Traits.Instance.InProcNodeDisabled || host.BuildParameters.
DisableInProcNode
;
BackEnd\Components\Scheduler\Scheduler.cs (4)
157
=> Traits.Instance.InProcNodeDisabled || _componentHost.BuildParameters.
DisableInProcNode
;
1454
Assumed.True(_componentHost.BuildParameters.
DisableInProcNode
|| ForceAffinityOutOfProc, "Proxy requests should only get scheduled to out of proc nodes when the inproc node is disabled");
1589
if (inProcNodesToCreate < availableNodesWithInProcAffinity && !_componentHost.BuildParameters.
DisableInProcNode
)
1600
if (_componentHost.BuildParameters.
DisableInProcNode
)