13 references to ThrowInternalError
Microsoft.Build (2)
ErrorUtilities.cs (2)
32/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler)"/> 35=> FrameworkErrorUtilities.ThrowInternalError(ref handler);
Microsoft.Build.Framework (6)
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}");
ErrorUtilities.cs (4)
129ThrowInternalError($"{parameterName} unexpectedly null"); 148ThrowInternalError($"{parameterName} unexpectedly empty"); 160ThrowInternalError($"{parameterName} unexpectedly empty"); 174ThrowInternalError($"{value} unexpectedly not a rooted path");
Microsoft.Build.Tasks.Core (2)
ErrorUtilities.cs (2)
32/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler)"/> 35=> FrameworkErrorUtilities.ThrowInternalError(ref handler);
Microsoft.Build.Utilities.Core (2)
ErrorUtilities.cs (2)
32/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler)"/> 35=> FrameworkErrorUtilities.ThrowInternalError(ref handler);
MSBuild (1)
ErrorUtilities.cs (1)
35=> FrameworkErrorUtilities.ThrowInternalError(ref handler);