2 writes to _inProcNodeEndpoint
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
325_inProcNodeEndpoint = null; 368_inProcNodeEndpoint = endpoints.ManagerEndpoint;
7 references to _inProcNodeEndpoint
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderInProc.cs (7)
167_inProcNodeEndpoint.SendData(packet); 178_inProcNodeEndpoint.SendData(new NodeBuildComplete(enableReuse)); 257_inProcNodeEndpoint.SendData(configuration); 364ErrorUtilities.VerifyThrow(_inProcNodeEndpoint == null, "In Proc node endpoint already instantiated."); 369_inProcNodeEndpoint.OnLinkStatusChanged += new LinkStatusChangedDelegate(InProcNodeEndpoint_OnLinkStatusChanged); 393_inProcNodeEndpoint.Connect(this); 422ErrorUtilities.VerifyThrow(endpoint == _inProcNodeEndpoint, "Received link status event for a node other than our peer.");