3 writes to _callKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
14732Me._callKeyword = callKeyword 14744Me._callKeyword = callKeyword 14755Me._callKeyword = callKeyword
6 references to _callKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
14770Return Me._callKeyword 14787Return Me._callKeyword 14798Return new CallStatementSyntax(Me.Kind, newErrors, GetAnnotations, _callKeyword, _invocation) 14802Return new CallStatementSyntax(Me.Kind, GetDiagnostics, annotations, _callKeyword, _invocation) 31947If node._callKeyword IsNot newCallKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
20342return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CallStatementSyntax)._callKeyword, Me.Position, 0)