4 writes to _exitKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
12106
Me.
_exitKeyword
= exitKeyword
12118
Me.
_exitKeyword
= exitKeyword
12129
Me.
_exitKeyword
= exitKeyword
12141
Me.
_exitKeyword
= _exitKeyword
7 references to _exitKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
12154
writer.WriteValue(Me.
_exitKeyword
)
12171
Return Me.
_exitKeyword
12187
Return Me.
_exitKeyword
12198
Return new ExitStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_exitKeyword
, _blockKeyword)
12202
Return new ExitStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_exitKeyword
, _blockKeyword)
39125
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)