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