7 references to ThrowInternalError
MSBuild (7)
ErrorUtilities.cs (1)
67ThrowInternalError($"This type does not implement ToString() properly {param.GetType().FullName!}");
LogMessagePacketBase.cs (1)
771ErrorUtilities.ThrowInternalError($"Not Supported LoggingEventType {eventType}");
NodeEndpointOutOfProcBase.cs (1)
795ErrorUtilities.ThrowInternalError($"waitId {waitId} out of range.");
OutOfProcTaskHostNode.cs (3)
944ErrorUtilities.ThrowInternalError($"HandleCallbackResponse called with non-callback packet type: {packet.GetType().Name}"); 966ErrorUtilities.ThrowInternalError($"TaskHost received callback response with no pending request. RequestId={callbackPacket.RequestId}, Type={packet.Type}"); 1103ErrorUtilities.ThrowInternalError($"Task ID {taskId} already exists in TaskHost.");
ResourceUtilities.cs (1)
428ErrorUtilities.ThrowInternalError($"Invalid resource parameter type, was {param.GetType().FullName}");