16 references to UnconditionalInterpolatedStringHandler
Microsoft.Build (4)
ErrorUtilities.cs (4)
32/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler)"/> 34internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler) 42/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler, Exception)"/> 44internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler, Exception innerException)
Microsoft.Build.Framework (2)
ErrorUtilities.cs (2)
191public static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler) 207public static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler, Exception innerException)
Microsoft.Build.Tasks.Core (4)
ErrorUtilities.cs (4)
32/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler)"/> 34internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler) 42/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler, Exception)"/> 44internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler, Exception innerException)
Microsoft.Build.Utilities.Core (4)
ErrorUtilities.cs (4)
32/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler)"/> 34internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler) 42/// <inheritdoc cref="FrameworkErrorUtilities.ThrowInternalError(ref UnconditionalInterpolatedStringHandler, Exception)"/> 44internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler, Exception innerException)
MSBuild (2)
ErrorUtilities.cs (2)
34internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler) 44internal static void ThrowInternalError(ref UnconditionalInterpolatedStringHandler handler, Exception innerException)