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