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