2 references to ReturnStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseStatement.vb (2)
219statement = SyntaxFactory.ReturnStatement(InternalSyntaxFactory.MissingKeyword(SyntaxKind.ReturnKeyword), Nothing) 1764Dim statement = SyntaxFactory.ReturnStatement(returnKeyword, operand)