1 write to _nodeEndpoint
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
145
_nodeEndpoint
= new ServerNodeEndpointOutOfProc(GetPipeName(handshake), handshake);
7 references to _nodeEndpoint
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
146
_nodeEndpoint
.OnLinkStatusChanged += OnLinkStatusChanged;
147
_nodeEndpoint
.Listen(this);
273
_nodeEndpoint
.OnLinkStatusChanged -= OnLinkStatusChanged;
274
_nodeEndpoint
.Disconnect();
304
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
306
_nodeEndpoint
.SendData(packet);
480
_nodeEndpoint
.ClientWillDisconnect();