6 references to NodeShutdownReason
MSBuild (6)
OutOfProcTaskHostNode.cs (2)
1386_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
parent\Shared\NodeShutdown.cs (4)
41private NodeShutdownReason _reason; 51public NodeShutdown(NodeShutdownReason reason) 59public NodeShutdown(NodeShutdownReason reason, Exception e) 87public NodeShutdownReason Reason