13 references to Error
Microsoft.Build (8)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
449case NodeEngineShutdownReason.Error:
BackEnd\Node\InProcNode.cs (2)
306_shutdownReason = NodeEngineShutdownReason.Error; 363_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception));
BackEnd\Node\OutOfProcNode.cs (2)
447_shutdownReason = NodeEngineShutdownReason.Error; 526_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception));
BackEnd\Node\OutOfProcServerNode.cs (3)
113return NodeEngineShutdownReason.Error; 349_shutdownReason = NodeEngineShutdownReason.Error; 364_shutdownReason = NodeEngineShutdownReason.Error;
MSBuild (5)
OutOfProcTaskHostNode.cs (1)
850_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
XMake.cs (4)
3431NodeEngineShutdownReason shutdownReason = NodeEngineShutdownReason.Error; 3460RarNodeShutdownReason.Error => NodeEngineShutdownReason.Error, 3461RarNodeShutdownReason.AlreadyRunning => NodeEngineShutdownReason.Error, 3501if (shutdownReason == NodeEngineShutdownReason.Error)