6 references to NodeShutdownReason
MSBuildTaskHost (6)
BackEnd\NodeShutdown.cs (4)
39
private
NodeShutdownReason
_reason;
49
public NodeShutdown(
NodeShutdownReason
reason)
54
public NodeShutdown(
NodeShutdownReason
reason, Exception? exception)
72
public
NodeShutdownReason
Reason => _reason;
OutOfProcTaskHostNode.cs (2)
550
_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ?
NodeShutdownReason
.Error :
NodeShutdownReason
.Requested));