2 references to hasReturnTypeOrParameter
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter.cs (2)
397if (hasReturnTypeOrParameter(localFunction, static t => t.ContainsNativeIntegerWrapperType()) || 409if (constraintsNeedNullableAttribute || hasReturnTypeOrParameter(localFunction, static t => t.NeedsNullableAttribute()))