2 references to IsValidOutputParameter
Microsoft.Build (2)
Instance\TaskRegistry.cs (1)
1821(output && !TaskParameterTypeVerifier.IsValidOutputParameter(paramType)))
TaskParameter.cs (1)
114TaskParameterTypeVerifier.IsValidInputParameter(wrappedParameterType) || TaskParameterTypeVerifier.IsValidOutputParameter(wrappedParameterType),