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