4 writes to _goToKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
11794
Me.
_goToKeyword
= goToKeyword
11806
Me.
_goToKeyword
= goToKeyword
11817
Me.
_goToKeyword
= goToKeyword
11829
Me.
_goToKeyword
= _goToKeyword
7 references to _goToKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
11842
writer.WriteValue(Me.
_goToKeyword
)
11859
Return Me.
_goToKeyword
11876
Return Me.
_goToKeyword
11887
Return new GoToStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_goToKeyword
, _label)
11891
Return new GoToStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_goToKeyword
, _label)
39084
If node.
_goToKeyword
IsNot newGoToKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
13571
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GoToStatementSyntax).
_goToKeyword
, Me.Position, 0)