5 writes to _shutdownReason
Microsoft.Build (5)
BackEnd\Node\OutOfProcNode.cs (5)
448
_shutdownReason
= NodeEngineShutdownReason.Error;
579
_shutdownReason
= NodeEngineShutdownReason.ConnectionFailed;
859
_shutdownReason
= buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete;
867
_shutdownReason
= NodeEngineShutdownReason.BuildComplete;
881
_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
;
860
if (
_shutdownReason
== NodeEngineShutdownReason.BuildCompleteReuse)