3 writes to _stopOrEndKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
9496Me._stopOrEndKeyword = stopOrEndKeyword 9506Me._stopOrEndKeyword = stopOrEndKeyword 9515Me._stopOrEndKeyword = stopOrEndKeyword
6 references to _stopOrEndKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
9528Return Me._stopOrEndKeyword 9534Return Me._stopOrEndKeyword 9543Return new StopOrEndStatementSyntax(Me.Kind, newErrors, GetAnnotations, _stopOrEndKeyword) 9547Return new StopOrEndStatementSyntax(Me.Kind, GetDiagnostics, annotations, _stopOrEndKeyword) 31184If 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)