6 references to ParseParenthesizedArgumentList
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (5)
2105
? _syntaxFactory.PrimaryConstructorBaseType(firstType, this.
ParseParenthesizedArgumentList
())
3410
? this.
ParseParenthesizedArgumentList
()
11809
expr = _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
());
12100
=> _syntaxFactory.InvocationExpression(expr, this.
ParseParenthesizedArgumentList
()),
13037
argumentList = this.
ParseParenthesizedArgumentList
();
Syntax\SyntaxFactory.cs (1)
1856
var node = parser.
ParseParenthesizedArgumentList
();