32 references to FrameworkErrorUtilities
Microsoft.Build (8)
src\msbuild\src\Shared\ErrorUtilities.cs (8)
18/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, string)"/> 20=> FrameworkErrorUtilities.DebugTraceMessage(category, message); 22/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler)"/> 23public static void DebugTraceMessage(string category, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler handler) 24=> FrameworkErrorUtilities.DebugTraceMessage(category, ref handler); 53/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/> 55=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);
Microsoft.Build.Tasks.Core (8)
src\msbuild\src\Shared\ErrorUtilities.cs (8)
18/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, string)"/> 20=> FrameworkErrorUtilities.DebugTraceMessage(category, message); 22/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler)"/> 23public static void DebugTraceMessage(string category, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler handler) 24=> FrameworkErrorUtilities.DebugTraceMessage(category, ref handler); 53/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/> 55=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);
Microsoft.Build.Utilities.Core (8)
src\msbuild\src\Shared\ErrorUtilities.cs (8)
18/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, string)"/> 20=> FrameworkErrorUtilities.DebugTraceMessage(category, message); 22/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler)"/> 23public static void DebugTraceMessage(string category, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler handler) 24=> FrameworkErrorUtilities.DebugTraceMessage(category, ref handler); 53/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/> 55=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);
MSBuild (8)
src\msbuild\src\Shared\ErrorUtilities.cs (8)
18/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, string)"/> 20=> FrameworkErrorUtilities.DebugTraceMessage(category, message); 22/// <inheritdoc cref="FrameworkErrorUtilities.DebugTraceMessage(string, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler)"/> 23public static void DebugTraceMessage(string category, ref FrameworkErrorUtilities.DebugTraceInterpolatedStringHandler handler) 24=> FrameworkErrorUtilities.DebugTraceMessage(category, ref handler); 53/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/> 55=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);