6 references to TaskParameterTypeVerifier
Microsoft.Build (6)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
1118if (TaskParameterTypeVerifier.IsValidScalarInputParameter(parameterType)) 1127else if (TaskParameterTypeVerifier.IsValidVectorInputParameter(parameterType))
Instance\TaskRegistry.cs (2)
1862(!output && (!TaskParameterTypeVerifier.IsValidInputParameter(paramType))) || 1863(output && !TaskParameterTypeVerifier.IsValidOutputParameter(paramType)))
TaskParameter.cs (2)
118TaskParameterTypeVerifier.IsValidInputParameter(wrappedParameterType) || TaskParameterTypeVerifier.IsValidOutputParameter(wrappedParameterType),