5 references to CanFollowStatement
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (1)
1228If CanFollowStatement(CurrentToken) Then
Parser\ParseScan.vb (1)
105Return CanFollowStatement(t) OrElse t.Kind = SyntaxKind.ElseKeyword
Parser\ParseStatement.vb (3)
716If CanFollowStatement(CurrentToken) Then 1672If Not CanFollowStatement(CurrentToken) Then 1756If Not CanFollowStatement(CurrentToken) Then