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