4 writes to _stopOrEndKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
12010Me._stopOrEndKeyword = stopOrEndKeyword 12020Me._stopOrEndKeyword = stopOrEndKeyword 12029Me._stopOrEndKeyword = stopOrEndKeyword 12039Me._stopOrEndKeyword = _stopOrEndKeyword
7 references to _stopOrEndKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
12047writer.WriteValue(Me._stopOrEndKeyword) 12063Return Me._stopOrEndKeyword 12069Return Me._stopOrEndKeyword 12078Return new StopOrEndStatementSyntax(Me.Kind, newErrors, GetAnnotations, _stopOrEndKeyword) 12082Return new StopOrEndStatementSyntax(Me.Kind, GetDiagnostics, annotations, _stopOrEndKeyword) 39112If node._stopOrEndKeyword IsNot newStopOrEndKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
13773return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.StopOrEndStatementSyntax)._stopOrEndKeyword, Me.Position, 0)