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