2 references to IsValidVectorInputParameter
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1163
else if (TaskParameterTypeVerifier.
IsValidVectorInputParameter
(parameterType))
TaskParameterTypeVerifier.cs (1)
61
return IsValidScalarInputParameter(parameterType) ||
IsValidVectorInputParameter
(parameterType);