23 references to ExitKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
2869
Dim newExitKeyword = DirectCast(VisitToken(node.
ExitKeyword
).Node, InternalSyntax.KeywordSyntax)
2870
If node.
ExitKeyword
.Node IsNot newExitKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
13896
return Update(Me.Kind, Me.
ExitKeyword
, blockKeyword)
13936
If kind <> Me.Kind OrElse exitKeyword <> Me.
ExitKeyword
OrElse blockKeyword <> Me.BlockKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (1)
141
Dim tokenAfterExitToken = exitStatement.
ExitKeyword
.GetNextToken(includeSkipped:=True)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (18)
Generated\Syntax.Test.xml.Generated.vb (18)
19502
Assert.NotNull(objectUnderTest.
exitKeyword
)
19504
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19511
Assert.NotNull(objectUnderTest.
exitKeyword
)
19513
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19520
Assert.NotNull(objectUnderTest.
exitKeyword
)
19522
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19529
Assert.NotNull(objectUnderTest.
exitKeyword
)
19531
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19538
Assert.NotNull(objectUnderTest.
exitKeyword
)
19540
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19547
Assert.NotNull(objectUnderTest.
exitKeyword
)
19549
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19556
Assert.NotNull(objectUnderTest.
exitKeyword
)
19558
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19565
Assert.NotNull(objectUnderTest.
exitKeyword
)
19567
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)
19574
Assert.NotNull(objectUnderTest.
exitKeyword
)
19576
Dim withObj = objectUnderTest.WithExitKeyword(objectUnderTest.
ExitKeyword
).WithBlockKeyword(objectUnderTest.BlockKeyword)