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