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