13 references to Error
Microsoft.Build (8)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
450case NodeEngineShutdownReason.Error:
BackEnd\Node\InProcNode.cs (2)
312_shutdownReason = NodeEngineShutdownReason.Error; 369_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)
108return NodeEngineShutdownReason.Error; 359_shutdownReason = NodeEngineShutdownReason.Error; 374_shutdownReason = NodeEngineShutdownReason.Error;
MSBuild (5)
OutOfProcTaskHostNode.cs (1)
991_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
XMake.cs (4)
2973NodeEngineShutdownReason shutdownReason = NodeEngineShutdownReason.Error; 3001RarNodeShutdownReason.Error => NodeEngineShutdownReason.Error, 3002RarNodeShutdownReason.AlreadyRunning => NodeEngineShutdownReason.Error, 3043if (shutdownReason == NodeEngineShutdownReason.Error)