8 references to ThrowInternalError
Microsoft.Build (2)
ErrorUtilities.cs (2)
37/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(string, Exception)"/> 40=> FrameworkErrorUtilities.ThrowInternalError(message, innerException);
Microsoft.Build.Framework (1)
ErrorUtilities.cs (1)
208=> ThrowInternalError(handler.GetFormattedText(), innerException);
Microsoft.Build.Tasks.Core (2)
ErrorUtilities.cs (2)
37/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(string, Exception)"/> 40=> FrameworkErrorUtilities.ThrowInternalError(message, innerException);
Microsoft.Build.Utilities.Core (2)
ErrorUtilities.cs (2)
37/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(string, Exception)"/> 40=> FrameworkErrorUtilities.ThrowInternalError(message, innerException);
MSBuild (1)
ErrorUtilities.cs (1)
40=> FrameworkErrorUtilities.ThrowInternalError(message, innerException);