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