2 references to IsValidVectorInputParameter
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1435else if (TaskParameterTypeVerifier.IsValidVectorInputParameter(parameterType))
parent\Shared\TaskParameterTypeVerifier.cs (1)
100return IsValidScalarInputParameter(parameterType) || IsValidVectorInputParameter(parameterType);