13 references to Error
Microsoft.Build (8)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
438case NodeEngineShutdownReason.Error:
BackEnd\Node\InProcNode.cs (2)
311_shutdownReason = NodeEngineShutdownReason.Error; 368_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception));
BackEnd\Node\OutOfProcNode.cs (2)
450_shutdownReason = NodeEngineShutdownReason.Error; 534_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)
864_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
XMake.cs (4)
3473NodeEngineShutdownReason shutdownReason = NodeEngineShutdownReason.Error; 3501RarNodeShutdownReason.Error => NodeEngineShutdownReason.Error, 3502RarNodeShutdownReason.AlreadyRunning => NodeEngineShutdownReason.Error, 3542if (shutdownReason == NodeEngineShutdownReason.Error)