8 references to GoToKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
2828
Dim newGoToKeyword = DirectCast(VisitToken(node.
GoToKeyword
).Node, InternalSyntax.KeywordSyntax)
2829
If node.
GoToKeyword
.Node IsNot newGoToKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
13599
return Update(Me.
GoToKeyword
, label)
13640
If goToKeyword <> Me.
GoToKeyword
OrElse label IsNot Me.Label Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
SyntaxTreeExtensions.vb (1)
276
If gotoStatement.
GoToKeyword
= targetToken Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
19453
Assert.NotNull(objectUnderTest.
goToKeyword
)
19455
Dim withObj = objectUnderTest.WithGoToKeyword(objectUnderTest.
GoToKeyword
).WithLabel(objectUnderTest.Label)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
276
If gotoStatement.
GoToKeyword
= targetToken Then