1 write to _nodeEndpoint
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
153
_nodeEndpoint
= new ServerNodeEndpointOutOfProc(GetPipeName(handshake), handshake);
7 references to _nodeEndpoint
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
154
_nodeEndpoint
.OnLinkStatusChanged += OnLinkStatusChanged;
155
_nodeEndpoint
.Listen(this);
281
_nodeEndpoint
.OnLinkStatusChanged -= OnLinkStatusChanged;
282
_nodeEndpoint
.Disconnect();
312
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
314
_nodeEndpoint
.SendData(packet);
488
_nodeEndpoint
.ClientWillDisconnect();