2 writes to _componentHost
Microsoft.Build (2)
BackEnd\Components\Communications\TaskHostNodeManager.cs (2)
92_componentHost = host; 103_componentHost = null;
2 references to _componentHost
Microsoft.Build (2)
BackEnd\Components\Communications\TaskHostNodeManager.cs (2)
89ErrorUtilities.VerifyThrow(_componentHost == null, "TaskHostNodeManager already initialized."); 93_outOfProcTaskHostNodeProvider = _componentHost.GetComponent(BuildComponentType.OutOfProcTaskHostNodeProvider) as INodeProvider;