3 writes to _inProcNode
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
146_inProcNode = null; 335_inProcNode = null; 383_inProcNode = new InProcNode(_componentHost, endpoints.NodeEndpoint);
5 references to _inProcNode
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderInProc.cs (5)
163if (_inProcNode == null) 177if (_inProcNode != null) 250if (_inProcNode == null) 374ErrorUtilities.VerifyThrow(_inProcNode == null, "In Proc node already instantiated."); 418NodeEngineShutdownReason reason = _inProcNode.Run(out e);