4 references to ParameterListSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
5555
Return new
ParameterListSyntax
(Me.Kind, newErrors, GetAnnotations, _openParenToken, _parameters, _closeParenToken)
5559
Return new
ParameterListSyntax
(Me.Kind, GetDiagnostics, annotations, _openParenToken, _parameters, _closeParenToken)
38363
Return New
ParameterListSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newOpenParenToken, newParameters.Node, newCloseParenToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
6455
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ParameterListSyntax
(kind, errors, annotations, openParenToken, if(parameters IsNot Nothing, parameters.Green, Nothing), closeParenToken), Nothing, 0)