6 references to TaskParameterTypeVerifier
Microsoft.Build (6)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
1056
if (
TaskParameterTypeVerifier
.IsValidScalarInputParameter(parameterType))
1065
else if (
TaskParameterTypeVerifier
.IsValidVectorInputParameter(parameterType))
Instance\TaskRegistry.cs (2)
1736
(!output && (!
TaskParameterTypeVerifier
.IsValidInputParameter(paramType))) ||
1737
(output && !
TaskParameterTypeVerifier
.IsValidOutputParameter(paramType)))
TaskParameter.cs (2)
116
TaskParameterTypeVerifier
.IsValidInputParameter(wrappedParameterType) ||
TaskParameterTypeVerifier
.IsValidOutputParameter(wrappedParameterType),