4 writes to _shutdownReason
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
311_shutdownReason = NodeEngineShutdownReason.Error; 334_shutdownReason = NodeEngineShutdownReason.BuildComplete; 426_shutdownReason = NodeEngineShutdownReason.ConnectionFailed; 528_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete;
4 references to _shutdownReason
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (4)
332if (_shutdownReason == NodeEngineShutdownReason.BuildCompleteReuse) 342if (_shutdownReason != NodeEngineShutdownReason.BuildCompleteReuse) 368_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception)); 377return _shutdownReason;