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