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