4 writes to _shutdownReason
MSBuild (4)
OutOfProcTaskHostNode.cs (4)
903_shutdownReason = NodeEngineShutdownReason.BuildComplete; 947_shutdownReason = NodeEngineShutdownReason.BuildCompleteReuse; 952_shutdownReason = buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete; 1017_shutdownReason = NodeEngineShutdownReason.ConnectionFailed;
3 references to _shutdownReason
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
969debugWriter?.WriteLine("Node shutting down with reason {0}.", _shutdownReason); 991_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested)); 1005return _shutdownReason;