4 references to IsIncorrectExitStatement
Microsoft.CodeAnalysis.VisualBasic.Features (4)
Highlighting\KeywordHighlighters\DoLoopBlockHighlighter.vb (1)
27If node.IsIncorrectExitStatement(SyntaxKind.ExitDoStatement) Then
Highlighting\KeywordHighlighters\ForLoopBlockHighlighter.vb (1)
58node.IsIncorrectExitStatement(SyntaxKind.ExitForStatement) Then
Highlighting\KeywordHighlighters\SelectBlockHighlighter.vb (1)
23If node.IsIncorrectExitStatement(SyntaxKind.ExitSelectStatement) Then
Highlighting\KeywordHighlighters\WhileBlockHighlighter.vb (1)
27If node.IsIncorrectExitStatement(SyntaxKind.ExitWhileStatement) Then