5 writes to _shutdownReason
Microsoft.Build (5)
BackEnd\Node\OutOfProcServerNode.cs (5)
281
_shutdownReason
= NodeEngineShutdownReason.ConnectionFailed;
327
_shutdownReason
= buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete;
349
_shutdownReason
= NodeEngineShutdownReason.Error;
364
_shutdownReason
= NodeEngineShutdownReason.Error;
441
_shutdownReason
= _cancelRequested ? NodeEngineShutdownReason.BuildComplete : NodeEngineShutdownReason.BuildCompleteReuse;
2 references to _shutdownReason
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
256
CommunicationsUtilities.Trace("Shutting down with reason: {0}, and exception: {1}.",
_shutdownReason
, _shutdownException);
269
return
_shutdownReason
;