4 writes to _shutdownReason
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
306_shutdownReason = NodeEngineShutdownReason.Error; 329_shutdownReason = NodeEngineShutdownReason.BuildComplete; 421_shutdownReason = NodeEngineShutdownReason.ConnectionFailed; 519_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete;
4 references to _shutdownReason
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
327if (_shutdownReason == NodeEngineShutdownReason.BuildCompleteReuse) 337if (_shutdownReason != NodeEngineShutdownReason.BuildCompleteReuse) 363_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception)); 372return _shutdownReason;