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