1 write to _nodeEndpoint
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
131
_nodeEndpoint
= new ServerNodeEndpointOutOfProc(GetPipeName(handshake), handshake);
7 references to _nodeEndpoint
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
132
_nodeEndpoint
.OnLinkStatusChanged += OnLinkStatusChanged;
133
_nodeEndpoint
.Listen(this);
259
_nodeEndpoint
.OnLinkStatusChanged -= OnLinkStatusChanged;
260
_nodeEndpoint
.Disconnect();
290
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
292
_nodeEndpoint
.SendData(packet);
431
_nodeEndpoint
.ClientWillDisconnect();