3 references to IsIncorrectContinueStatement
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Highlighting\KeywordHighlighters\DoLoopBlockHighlighter.vb (1)
23If node.IsIncorrectContinueStatement(SyntaxKind.ContinueDoStatement) Then
Highlighting\KeywordHighlighters\ForLoopBlockHighlighter.vb (1)
57If node.IsIncorrectContinueStatement(SyntaxKind.ContinueForStatement) OrElse
Highlighting\KeywordHighlighters\WhileBlockHighlighter.vb (1)
23If node.IsIncorrectContinueStatement(SyntaxKind.ContinueWhileStatement) Then