3 writes to _exitKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
9571Me._exitKeyword = exitKeyword 9583Me._exitKeyword = exitKeyword 9594Me._exitKeyword = exitKeyword
6 references to _exitKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
9609Return Me._exitKeyword 9625Return Me._exitKeyword 9636Return new ExitStatementSyntax(Me.Kind, newErrors, GetAnnotations, _exitKeyword, _blockKeyword) 9640Return new ExitStatementSyntax(Me.Kind, GetDiagnostics, annotations, _exitKeyword, _blockKeyword) 31197If node._exitKeyword IsNot newExitKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
13868return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExitStatementSyntax)._exitKeyword, Me.Position, 0)