4 references to ArgumentListSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
24276
Return new
ArgumentListSyntax
(Me.Kind, newErrors, GetAnnotations, _openParenToken, _arguments, _closeParenToken)
24280
Return new
ArgumentListSyntax
(Me.Kind, GetDiagnostics, annotations, _openParenToken, _arguments, _closeParenToken)
40537
Return New
ArgumentListSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newArguments.Node, newCloseParenToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
26486
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ArgumentListSyntax
(kind, errors, annotations, openParenToken, if(arguments IsNot Nothing, arguments.Green, Nothing), closeParenToken), Nothing, 0)