6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
1795? this.ParseParenthesizedArgumentList() 3016? this.ParseParenthesizedArgumentList() 10876expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 10982expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 11944argumentList = this.ParseParenthesizedArgumentList();
Syntax\SyntaxFactory.cs (1)
1846var node = parser.ParseParenthesizedArgumentList();