64 references to FrameworkErrorUtilities
Microsoft.Build (16)
src\msbuild\src\Shared\ErrorUtilities.cs (16)
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);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
294/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
296=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
298/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
300=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
321/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
328=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);
Microsoft.Build.Tasks.Core (16)
src\msbuild\src\Shared\ErrorUtilities.cs (16)
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);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
294/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
296=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
298/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
300=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
321/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
328=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);
Microsoft.Build.Utilities.Core (16)
src\msbuild\src\Shared\ErrorUtilities.cs (16)
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);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
294/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
296=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
298/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
300=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
321/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
328=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);
MSBuild (16)
src\msbuild\src\Shared\ErrorUtilities.cs (16)
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);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
294/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
296=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
298/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
300=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
321/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
328=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);