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