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