4 writes to _shutdownReason
MSBuild (4)
OutOfProcTaskHostNode.cs (4)
1280_shutdownReason = NodeEngineShutdownReason.BuildComplete; 1334_shutdownReason = NodeEngineShutdownReason.BuildCompleteReuse; 1339_shutdownReason = buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.BuildComplete; 1411_shutdownReason = NodeEngineShutdownReason.ConnectionFailed;
3 references to _shutdownReason
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
1363debugWriter?.WriteLine("Node shutting down with reason {0}.", _shutdownReason); 1385_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested)); 1399return _shutdownReason;