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