3 writes to _shutdownReason
MSBuildTaskHost (3)
OutOfProcTaskHostNode.cs (3)
478
_shutdownReason
= NodeEngineShutdownReason.BuildComplete;
510
_shutdownReason
= buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes
576
_shutdownReason
= NodeEngineShutdownReason.ConnectionFailed;
3 references to _shutdownReason
MSBuildTaskHost (3)
OutOfProcTaskHostNode.cs (3)
531
debugWriter?.WriteLine("Node shutting down with reason {0}.",
_shutdownReason
);
550
_nodeEndpoint.SendData(new NodeShutdown(
_shutdownReason
== NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
564
return
_shutdownReason
;