4 writes to _callKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
18685Me._callKeyword = callKeyword 18697Me._callKeyword = callKeyword 18708Me._callKeyword = callKeyword 18720Me._callKeyword = _callKeyword
7 references to _callKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
18733writer.WriteValue(Me._callKeyword) 18750Return Me._callKeyword 18767Return Me._callKeyword 18778Return new CallStatementSyntax(Me.Kind, newErrors, GetAnnotations, _callKeyword, _invocation) 18782Return new CallStatementSyntax(Me.Kind, GetDiagnostics, annotations, _callKeyword, _invocation) 39875If 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)