7 references to FinallyKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (2)
3146Dim newFinallyKeyword = DirectCast(VisitToken(node.FinallyKeyword).Node, InternalSyntax.KeywordSyntax) 3147If node.FinallyKeyword.Node IsNot newFinallyKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
16233If finallyKeyword <> Me.FinallyKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1650Return DirectCast(node, FinallyBlockSyntax).FinallyStatement.FinallyKeyword.Span
Highlighting\KeywordHighlighters\TryBlockHighlighter.vb (1)
50highlights.Add(.FinallyBlock.FinallyStatement.FinallyKeyword.Span)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
19737Assert.NotNull(objectUnderTest.finallyKeyword) 19738Dim withObj = objectUnderTest.WithFinallyKeyword(objectUnderTest.FinallyKeyword)