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