15 references to Unreachable
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (2)
1900
Assumed.
Unreachable
($"Unexpected packet received by BuildManager: {packet.Type}");
2941
Assumed.
Unreachable
($"Scheduling action {response.Action} not handled.");
BackEnd\Client\MSBuildClientPacketPump.cs (1)
320
Assumed.
Unreachable
($"WaitId {waitId} out of range.");
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
816
Assumed.
Unreachable
($"Unexpected BuildRequestEntry state {currentEntry.State}");
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
453
Assumed.
Unreachable
($"waitId {waitId} out of range.");
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
378
Assumed.
Unreachable
($"PacketReceived: no handler for node {node}, unexpected packet type {packet.Type}");
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
545
Assumed.
Unreachable
($"Unexpected target state {currentTargetEntry.State}");
BackEnd\Components\Scheduler\Scheduler.cs (4)
817
Assumed.
Unreachable
($"Somehow no requests are currently executing, and at least one of the {_schedulingData.BlockedRequestsCount} requests blocked by in-progress requests is servicable by a currently existing node, but no circular dependency was detected ...");
824
Assumed.
Unreachable
($"None of the {_schedulingData.BlockedRequestsCount} blocked requests can be serviced by currently existing nodes, but we aren't requesting a new one.");
830
Assumed.
Unreachable
($"Somehow we have {_schedulingData.ReadyRequestsCount} requests which are ready to go but we didn't tell the nodes to continue.");
835
Assumed.
Unreachable
($"Somehow we have {_schedulingData.UnscheduledRequestsCount} unassigned build requests but {idleNodes.Count} of our nodes are free and we aren't requesting a new one...");
BackEnd\Components\Scheduler\SchedulingData.cs (1)
406
Assumed.
Unreachable
($"Request with global id {request.BuildRequest.GlobalRequestId} cannot transition to the Unscheduled state");
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\OutOfProcRarClient.cs (2)
89
Assumed.
Unreachable
($"Received unexpected log event type {logMessagePacket.Type}");
96
Assumed.
Unreachable
($"Received unexpected packet type {packet.Type}");
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
127
Assumed.
Unreachable
($"Received unexpected packet type {packetType}");