Binding\Binder_Statements.vb (8)
408statements.Add(New BoundReturnStatement(methodBlock.EndBlockStatement,
412statements.Add(New BoundReturnStatement(methodBlock.EndBlockStatement, Nothing, Nothing, Nothing))
4983Return New BoundReturnStatement(originalSyntax, Nothing, Nothing, returnLabel, hasErrors:=True)
4996Return New BoundReturnStatement(originalSyntax, arg, Nothing, returnLabel, hasErrors:=True)
4999Return New BoundReturnStatement(originalSyntax, Nothing, Nothing, returnLabel)
5046Return New BoundReturnStatement(originalSyntax, arg, GetLocalForFunctionValue(), returnLabel)
5052Return New BoundReturnStatement(originalSyntax, Nothing, Nothing, returnLabel, hasErrors:=False)
5055Return New BoundReturnStatement(originalSyntax, Nothing, Nothing, returnLabel, hasErrors:=True)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (5)
46statements.Add(New BoundReturnStatement(syntax, Nothing, Nothing, Nothing).MakeCompilerGenerated())
80New BoundReturnStatement(syntax, boundCallToEquals, Nothing, Nothing).MakeCompilerGenerated()))
179New BoundReturnStatement(syntax, expression, Nothing, Nothing).MakeCompilerGenerated()))
226New BoundReturnStatement(syntax, finalEqualityCheck, Nothing, Nothing).MakeCompilerGenerated()))
386New BoundReturnStatement(syntax, [call], Nothing, Nothing).MakeCompilerGenerated()))