6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
2103? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.ParseParenthesizedArgumentList()) 3399? this.ParseParenthesizedArgumentList() 11737expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 12028=> _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()), 12960argumentList = this.ParseParenthesizedArgumentList();
Syntax\SyntaxFactory.cs (1)
1858var node = parser.ParseParenthesizedArgumentList();