4 references to ElseKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (2)
3035Dim newElseKeyword = DirectCast(VisitToken(node.ElseKeyword).Node, InternalSyntax.KeywordSyntax) 3036If node.ElseKeyword.Node IsNot newElseKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
15316If elseKeyword <> Me.ElseKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Highlighting\KeywordHighlighters\MultiLineIfBlockHighlighter.vb (1)
48highlights.Add(ifBlock.ElseBlock.ElseStatement.ElseKeyword.Span)