2 references to AllowEndOfMethodReturnWithExpression
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
285LocalRewriter.RewritingFlags.AllowEndOfMethodReturnWithExpression Or
Lowering\LocalRewriter\LocalRewriter_Return.vb (1)
92ElseIf Me._currentMethodOrLambda.IsAsync AndAlso (Me._flags And RewritingFlags.AllowEndOfMethodReturnWithExpression) = 0 Then