7 references to ThrowInternalError
Microsoft.Build (2)
ErrorUtilities.cs (2)
42/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler, Exception)"/> 45=> FrameworkErrorUtilities.ThrowInternalError(ref handler, innerException);
Microsoft.Build.Tasks.Core (2)
ErrorUtilities.cs (2)
42/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler, Exception)"/> 45=> FrameworkErrorUtilities.ThrowInternalError(ref handler, innerException);
Microsoft.Build.Utilities.Core (2)
ErrorUtilities.cs (2)
42/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler, Exception)"/> 45=> FrameworkErrorUtilities.ThrowInternalError(ref handler, innerException);
MSBuild (1)
ErrorUtilities.cs (1)
45=> FrameworkErrorUtilities.ThrowInternalError(ref handler, innerException);