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