4 writes to _shutdownReason
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
296_shutdownReason = NodeEngineShutdownReason.Error; 319_shutdownReason = NodeEngineShutdownReason.BuildComplete; 411_shutdownReason = NodeEngineShutdownReason.ConnectionFailed; 509_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete;
4 references to _shutdownReason
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
317if (_shutdownReason == NodeEngineShutdownReason.BuildCompleteReuse) 327if (_shutdownReason != NodeEngineShutdownReason.BuildCompleteReuse) 353_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception)); 362return _shutdownReason;