1 write to _nodeEndpoint
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
112
_nodeEndpoint
= inProcNodeEndpoint;
12 references to _nodeEndpoint
Microsoft.Build (12)
BackEnd\Node\InProcNode.cs (12)
137
_nodeEndpoint
.OnLinkStatusChanged += OnLinkStatusChanged;
138
_nodeEndpoint
.Listen(this);
243
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
245
_nodeEndpoint
.SendData(result);
254
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
256
_nodeEndpoint
.SendData(blocker);
265
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
267
_nodeEndpoint
.SendData(config);
276
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
278
_nodeEndpoint
.SendData(request);
351
if (
_nodeEndpoint
.LinkStatus == LinkStatus.Active)
353
_nodeEndpoint
.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception));