7 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (7)
Parser\LanguageParser.cs (6)
2179
? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.
ParseParenthesizedArgumentList
())
3573
? this.
ParseParenthesizedArgumentList
()
12205
expr = _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
());
12496
=> _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
()),
13366
return _syntaxFactory.WithElement(this.EatContextualToken(SyntaxKind.WithKeyword), this.
ParseParenthesizedArgumentList
());
13469
argumentList = this.
ParseParenthesizedArgumentList
();
Syntax\SyntaxFactory.cs (1)
1886
var node = parser.
ParseParenthesizedArgumentList
();