40 references to FrameworkErrorUtilities
Microsoft.Build (10)
src\msbuild\src\Shared\ErrorUtilities.cs (10)
45/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/>
47=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);
282/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
286/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
288=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
313/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
320=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);
Microsoft.Build.Tasks.Core (10)
src\msbuild\src\Shared\ErrorUtilities.cs (10)
45/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/>
47=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);
282/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
286/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
288=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
313/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
320=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);
Microsoft.Build.Utilities.Core (10)
src\msbuild\src\Shared\ErrorUtilities.cs (10)
45/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/>
47=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);
282/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
286/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
288=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
313/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
320=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);
MSBuild (10)
src\msbuild\src\Shared\ErrorUtilities.cs (10)
45/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalRooted(string)"/>
47=> FrameworkErrorUtilities.VerifyThrowInternalRooted(value);
282/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/>
284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
286/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(string, string)"/>
288=> FrameworkErrorUtilities.VerifyThrowArgumentInvalidPath(parameter, parameterName);
290/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(string, string)"/>
292=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
313/// <inheritdoc cref="FrameworkErrorUtilities.VerifyCollectionCopyToArguments{T}(ICollection{T}, int, int, string, string)"/>
320=> FrameworkErrorUtilities.VerifyCollectionCopyToArguments(collection, index, requiredCapacity, collectionParamName, indexParamName);