2 writes to _inProcNodeEndpoint
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
336_inProcNodeEndpoint = null; 379_inProcNodeEndpoint = endpoints.ManagerEndpoint;
7 references to _inProcNodeEndpoint
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderInProc.cs (7)
168_inProcNodeEndpoint.SendData(packet); 179_inProcNodeEndpoint.SendData(new NodeBuildComplete(enableReuse)); 258_inProcNodeEndpoint.SendData(configuration); 375ErrorUtilities.VerifyThrow(_inProcNodeEndpoint == null, "In Proc node endpoint already instantiated."); 380_inProcNodeEndpoint.OnLinkStatusChanged += new LinkStatusChangedDelegate(InProcNodeEndpoint_OnLinkStatusChanged); 404_inProcNodeEndpoint.Connect(this); 433ErrorUtilities.VerifyThrow(endpoint == _inProcNodeEndpoint, "Received link status event for a node other than our peer.");