14 references to ThrowInternalError
MSBuildTaskHost (14)
BackEnd\BinaryTranslator.cs (2)
56ErrorUtilities.ThrowInternalError("Cannot get writer from reader."); 384ErrorUtilities.ThrowInternalError("Cannot get reader from writer.");
BackEnd\InterningBinaryReader.cs (2)
100ErrorUtilities.ThrowInternalError($"From calculating based on the memorystream, about to read n = {n}. length = {length}, rawPosition = {rawPosition}, readLength = {readLength}, stringLength = {stringLength}, currPos = {currPos}."); 115ErrorUtilities.ThrowInternalError($"From getting the length out of BaseStream.Read directly, about to read n = {n}. readLength = {readLength}, stringLength = {stringLength}, currPos = {currPos}");
BackEnd\LogMessagePacketBase.cs (1)
446ErrorUtilities.ThrowInternalError($"Not Supported LoggingEventType {eventType}");
BackEnd\NodeEndpointOutOfProcTaskHost.cs (2)
168=> ErrorUtilities.ThrowInternalError("Connect() not valid on the out of proc endpoint."); 586ErrorUtilities.ThrowInternalError($"waitId {waitId} out of range.");
BackEnd\NodePacketFactory.cs (3)
43ErrorUtilities.ThrowInternalError($"No packet handler for type {packetType}"); 57ErrorUtilities.ThrowInternalError($"No packet handler for type {packetType}"); 70ErrorUtilities.ThrowInternalError($"No packet handler for type {packet.Type}");
Utilities\ErrorUtilities.cs (3)
47ThrowInternalError($"{parameterName} unexpectedly null"); 66ThrowInternalError($"{parameterName} unexpectedly empty"); 81ThrowInternalError(message);
Utilities\FileUtilities.ItemSpecModifiers.cs (1)
247ErrorUtilities.ThrowInternalError($"\"{modifier}\" is not a valid item-spec modifier.");