5 writes to _shutdownReason
Microsoft.Build (5)
BackEnd\Node\OutOfProcNode.cs (5)
448
_shutdownReason
= NodeEngineShutdownReason.Error;
575
_shutdownReason
= NodeEngineShutdownReason.ConnectionFailed;
855
_shutdownReason
= buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete;
863
_shutdownReason
= NodeEngineShutdownReason.BuildComplete;
877
_shutdownReason
= NodeEngineShutdownReason.BuildComplete;
7 references to _shutdownReason
Microsoft.Build (7)
BackEnd\Node\OutOfProcNode.cs (7)
457
CommunicationsUtilities.Trace("Shutting down with reason: {0}, and exception: {1}.",
_shutdownReason
, _shutdownException);
464
if (
_shutdownReason
== NodeEngineShutdownReason.BuildCompleteReuse)
477
if (
_shutdownReason
!= NodeEngineShutdownReason.BuildCompleteReuse)
484
_taskHostNodeManager.ShutdownConnectedNodes(
_shutdownReason
== NodeEngineShutdownReason.BuildCompleteReuse);
527
_nodeEndpoint.SendData(new NodeShutdown(
_shutdownReason
== NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception));
539
return
_shutdownReason
;
856
if (
_shutdownReason
== NodeEngineShutdownReason.BuildCompleteReuse)