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