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