8 references to VerifyThrowArgumentLengthIfNotNull
Microsoft.Build (2)
src\msbuild\src\Shared\ErrorUtilities.cs (2)
290
/// <inheritdoc cref="FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
{T}(IReadOnlyCollection{T}, string)"/>
292
=> FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
(parameter, parameterName);
Microsoft.Build.Tasks.Core (2)
src\msbuild\src\Shared\ErrorUtilities.cs (2)
290
/// <inheritdoc cref="FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
{T}(IReadOnlyCollection{T}, string)"/>
292
=> FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
(parameter, parameterName);
Microsoft.Build.Utilities.Core (2)
src\msbuild\src\Shared\ErrorUtilities.cs (2)
290
/// <inheritdoc cref="FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
{T}(IReadOnlyCollection{T}, string)"/>
292
=> FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
(parameter, parameterName);
MSBuild (2)
src\msbuild\src\Shared\ErrorUtilities.cs (2)
290
/// <inheritdoc cref="FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
{T}(IReadOnlyCollection{T}, string)"/>
292
=> FrameworkErrorUtilities.
VerifyThrowArgumentLengthIfNotNull
(parameter, parameterName);