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