5 writes to _shutdownReason
Microsoft.Build (5)
BackEnd\Node\OutOfProcNode.cs (5)
447
_shutdownReason
= NodeEngineShutdownReason.Error;
574
_shutdownReason
= NodeEngineShutdownReason.ConnectionFailed;
854
_shutdownReason
= buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete;
862
_shutdownReason
= NodeEngineShutdownReason.BuildComplete;
876
_shutdownReason
= NodeEngineShutdownReason.BuildComplete;
7 references to _shutdownReason
Microsoft.Build (7)
BackEnd\Node\OutOfProcNode.cs (7)
456
CommunicationsUtilities.Trace("Shutting down with reason: {0}, and exception: {1}.",
_shutdownReason
, _shutdownException);
463
if (
_shutdownReason
== NodeEngineShutdownReason.BuildCompleteReuse)
476
if (
_shutdownReason
!= NodeEngineShutdownReason.BuildCompleteReuse)
483
_taskHostNodeManager.ShutdownConnectedNodes(
_shutdownReason
== NodeEngineShutdownReason.BuildCompleteReuse);
526
_nodeEndpoint.SendData(new NodeShutdown(
_shutdownReason
== NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception));
538
return
_shutdownReason
;
855
if (
_shutdownReason
== NodeEngineShutdownReason.BuildCompleteReuse)