6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
2069
? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.
ParseParenthesizedArgumentList
())
3349
? this.
ParseParenthesizedArgumentList
()
11633
expr = _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
());
11850
expr = _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
());
12862
argumentList = this.
ParseParenthesizedArgumentList
();
Syntax\SyntaxFactory.cs (1)
1858
var node = parser.
ParseParenthesizedArgumentList
();