7 references to VerifyThrowArgumentLengthIfNotNull
Microsoft.Build (2)
parent\Shared\ErrorUtilities.cs (2)
282/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/> 284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
Microsoft.Build.Tasks.Core (2)
parent\Shared\ErrorUtilities.cs (2)
282/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/> 284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
Microsoft.Build.Utilities.Core (2)
parent\Shared\ErrorUtilities.cs (2)
282/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull{T}(IReadOnlyCollection{T}, string)"/> 284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);
MSBuild (1)
parent\Shared\ErrorUtilities.cs (1)
284=> FrameworkErrorUtilities.VerifyThrowArgumentLengthIfNotNull(parameter, parameterName);