13 references to Error
Microsoft.Build (8)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
436case 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)
451_shutdownReason = NodeEngineShutdownReason.Error; 535_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested, exception));
BackEnd\Node\OutOfProcServerNode.cs (3)
139return NodeEngineShutdownReason.Error; 398_shutdownReason = NodeEngineShutdownReason.Error; 413_shutdownReason = NodeEngineShutdownReason.Error;
MSBuild (5)
OutOfProcTaskHostNode.cs (1)
1386_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
XMake.cs (4)
3406NodeEngineShutdownReason shutdownReason = NodeEngineShutdownReason.Error; 3434RarNodeShutdownReason.Error => NodeEngineShutdownReason.Error, 3435RarNodeShutdownReason.AlreadyRunning => NodeEngineShutdownReason.Error, 3481if (shutdownReason == NodeEngineShutdownReason.Error)