6 references to NodeShutdownReason
Microsoft.Build.Tasks.Core (6)
NodePipeBase.cs (2)
120
return new NodeShutdown(
NodeShutdownReason
.ConnectionFailed);
175
return new NodeShutdown(
NodeShutdownReason
.ConnectionFailed);
NodeShutdown.cs (4)
41
private
NodeShutdownReason
_reason;
51
public NodeShutdown(
NodeShutdownReason
reason)
59
public NodeShutdown(
NodeShutdownReason
reason, Exception e)
87
public
NodeShutdownReason
Reason