7 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (7)
Parser\LanguageParser.cs (6)
2195? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.ParseParenthesizedArgumentList()) 3568? this.ParseParenthesizedArgumentList() 12165expr = _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()); 12456=> _syntaxFactory.InvocationExpression(expr, this.ParseParenthesizedArgumentList()), 13326return _syntaxFactory.WithElement(this.EatContextualToken(SyntaxKind.WithKeyword), this.ParseParenthesizedArgumentList()); 13429argumentList = this.ParseParenthesizedArgumentList();
Syntax\SyntaxFactory.cs (1)
1886var node = parser.ParseParenthesizedArgumentList();