6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
2066? this.ParseParenthesizedArgumentList() 3330? this.ParseParenthesizedArgumentList() 11568expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 11785expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 12797argumentList = this.ParseParenthesizedArgumentList();
Syntax\SyntaxFactory.cs (1)
1858var node = parser.ParseParenthesizedArgumentList();