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)
121
FrameworkErrorUtilities.
ThrowInternalError
($"From calculating based on the memorystream, about to read n = {n}. length = {length}, rawPosition = {rawPosition}, readLength = {readLength}, stringLength = {stringLength}, currPos = {currPos}.");
136
FrameworkErrorUtilities.
ThrowInternalError
($"From getting the length out of BaseStream.Read directly, about to read n = {n}. readLength = {readLength}, stringLength = {stringLength}, currPos = {currPos}");
ErrorUtilities.cs (4)
129
ThrowInternalError
($"{parameterName} unexpectedly null");
148
ThrowInternalError
($"{parameterName} unexpectedly empty");
160
ThrowInternalError
($"{parameterName} unexpectedly empty");
174
ThrowInternalError
($"{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);