3 writes to _inProcNode
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
145_inProcNode = null; 324_inProcNode = null; 372_inProcNode = new InProcNode(_componentHost, endpoints.NodeEndpoint);
5 references to _inProcNode
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderInProc.cs (5)
162if (_inProcNode == null) 176if (_inProcNode != null) 249if (_inProcNode == null) 363ErrorUtilities.VerifyThrow(_inProcNode == null, "In Proc node already instantiated."); 407NodeEngineShutdownReason reason = _inProcNode.Run(out e);