2 writes to _componentHost
Microsoft.Build (2)
BackEnd\Components\Communications\NodeManager.cs (2)
173
_componentHost
= host!;
200
_componentHost
= null;
4 references to _componentHost
Microsoft.Build (4)
BackEnd\Components\Communications\NodeManager.cs (4)
98
if ((nodeAffinity == NodeAffinity.Any || nodeAffinity == NodeAffinity.InProc) && !
_componentHost
!.BuildParameters.DisableInProcNode)
171
ErrorUtilities.VerifyThrow(
_componentHost
== null, "NodeManager already initialized.");
175
_inProcNodeProvider =
_componentHost
.GetComponent(BuildComponentType.InProcNodeProvider) as INodeProvider;
176
_outOfProcNodeProvider =
_componentHost
.GetComponent(BuildComponentType.OutOfProcNodeProvider) as INodeProvider;