3 writes to _shutdownReason
MSBuildTaskHost (3)
OutOfProcTaskHostNode.cs (3)
759_shutdownReason = NodeEngineShutdownReason.BuildComplete; 801_shutdownReason = buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete; 873_shutdownReason = NodeEngineShutdownReason.ConnectionFailed;
3 references to _shutdownReason
MSBuildTaskHost (3)
OutOfProcTaskHostNode.cs (3)
816debugWriter?.WriteLine("Node shutting down with reason {0}.", _shutdownReason); 840_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested)); 861return _shutdownReason;