6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
2103
? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.
ParseParenthesizedArgumentList
())
3401
? this.
ParseParenthesizedArgumentList
()
11804
expr = _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
());
12095
=> _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
()),
13027
argumentList = this.
ParseParenthesizedArgumentList
();
Syntax\SyntaxFactory.cs (1)
1856
var node = parser.
ParseParenthesizedArgumentList
();