6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
2068? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.ParseParenthesizedArgumentList()) 3348? this.ParseParenthesizedArgumentList() 11662expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 11879expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 12838argumentList = this.ParseParenthesizedArgumentList();
Syntax\SyntaxFactory.cs (1)
1858var node = parser.ParseParenthesizedArgumentList();