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