6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
2105? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.ParseParenthesizedArgumentList()) 3415? this.ParseParenthesizedArgumentList() 11891expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 12182=> _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()), 13119argumentList = this.ParseParenthesizedArgumentList();
Syntax\SyntaxFactory.cs (1)
1886var node = parser.ParseParenthesizedArgumentList();