8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2542
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2549
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
7869
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8065
return this.
ParseExpressionStatement
(attributes);
8101
result =
ParseExpressionStatement
(attributes);
8135
return this.
ParseExpressionStatement
(attributes);
9099
return this.
ParseExpressionStatement
(attributes);
9641
this.
ParseExpressionStatement
(attributes: default),