7 references to TryKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (2)
3069
Dim newTryKeyword = DirectCast(VisitToken(node.
TryKeyword
).Node, InternalSyntax.KeywordSyntax)
3070
If node.
TryKeyword
.Node IsNot newTryKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
15618
If tryKeyword <> Me.
TryKeyword
Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1644
Return DirectCast(node, TryBlockSyntax).TryStatement.
TryKeyword
.Span
Highlighting\KeywordHighlighters\TryBlockHighlighter.vb (1)
33
highlights.Add(.TryStatement.
TryKeyword
.Span)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
19696
Assert.NotNull(objectUnderTest.
tryKeyword
)
19697
Dim withObj = objectUnderTest.WithTryKeyword(objectUnderTest.
TryKeyword
)