7 references to ThrowInternalError
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\Node\OutOfProcRarClient.cs (2)
89ErrorUtilities.ThrowInternalError($"Received unexpected log event type {logMessagePacket.Type}"); 96ErrorUtilities.ThrowInternalError($"Received unexpected packet type {packet.Type}");
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
117ErrorUtilities.ThrowInternalError($"Received unexpected packet type {packetType}");
ErrorUtilities.cs (1)
67ThrowInternalError($"This type does not implement ToString() properly {param.GetType().FullName!}");
LogMessagePacketBase.cs (1)
771ErrorUtilities.ThrowInternalError($"Not Supported LoggingEventType {eventType}");
MSBuild.cs (1)
165ErrorUtilities.ThrowInternalError($"Unexpected case {_skipNonExistentProjects}");
ResourceUtilities.cs (1)
428ErrorUtilities.ThrowInternalError($"Invalid resource parameter type, was {param.GetType().FullName}");