1 reference to VerifyThrowArgument
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
291ErrorUtilities.VerifyThrowArgument((targetOutputsPerProject == null) || (projectFileNames.Length == targetOutputsPerProject.Length), "General.TwoVectorsMustHaveSameLength", projectFileNames.Length, targetOutputsPerProject?.Length ?? 0, "projectFileNames", "targetOutputsPerProject");