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