3 writes to _goToKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
9328Me._goToKeyword = goToKeyword 9340Me._goToKeyword = goToKeyword 9351Me._goToKeyword = goToKeyword
6 references to _goToKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
9366Return Me._goToKeyword 9383Return Me._goToKeyword 9394Return new GoToStatementSyntax(Me.Kind, newErrors, GetAnnotations, _goToKeyword, _label) 9398Return new GoToStatementSyntax(Me.Kind, GetDiagnostics, annotations, _goToKeyword, _label) 31156If node._goToKeyword IsNot newGoToKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
13571return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GoToStatementSyntax)._goToKeyword, Me.Position, 0)