3 references to Requested
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
2470
if (shutdownPacket.Reason != NodeShutdownReason.
Requested
)
BackEnd\Node\InProcNode.cs (1)
353
_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.
Requested
, exception));
BackEnd\Node\OutOfProcNode.cs (1)
515
_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.
Requested
, exception));