4 references to CallStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
18778
Return new
CallStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _callKeyword, _invocation)
18782
Return new
CallStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _callKeyword, _invocation)
39880
Return New
CallStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newCallKeyword, newInvocation)
Generated\Syntax.xml.Syntax.Generated.vb (1)
20334
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
CallStatementSyntax
(kind, errors, annotations, callKeyword, DirectCast(invocation.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)