5 references to CanFollowStatement
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (1)
1227If CanFollowStatement(CurrentToken) Then
Parser\ParseScan.vb (1)
105Return CanFollowStatement(t) OrElse t.Kind = SyntaxKind.ElseKeyword
Parser\ParseStatement.vb (3)
715If CanFollowStatement(CurrentToken) Then 1671If Not CanFollowStatement(CurrentToken) Then 1755If Not CanFollowStatement(CurrentToken) Then