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