5 references to ThrowInternalError
Microsoft.Build.Framework (5)
BackEnd\InterningBinaryReader.cs (2)
121FrameworkErrorUtilities.ThrowInternalError($"From calculating based on the memorystream, about to read n = {n}. length = {length}, rawPosition = {rawPosition}, readLength = {readLength}, stringLength = {stringLength}, currPos = {currPos}."); 136FrameworkErrorUtilities.ThrowInternalError($"From getting the length out of BaseStream.Read directly, about to read n = {n}. readLength = {readLength}, stringLength = {stringLength}, currPos = {currPos}");
Utilities\ConversionUtilities.cs (1)
158FrameworkErrorUtilities.ThrowInternalError("Cannot numeric evaluate");
Utilities\FileMatcher.cs (2)
243FrameworkErrorUtilities.ThrowInternalError("Unexpected filesystem entity type."); 1693FrameworkErrorUtilities.ThrowInternalError("Unexpected empty 'input' provided.");