2 references to IsValidScalarInputParameter
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1426
if (TaskParameterTypeVerifier.
IsValidScalarInputParameter
(parameterType))
parent\Shared\TaskParameterTypeVerifier.cs (1)
100
return
IsValidScalarInputParameter
(parameterType) || IsValidVectorInputParameter(parameterType);