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