8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2542
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2549
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
7873
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8069
return this.
ParseExpressionStatement
(attributes);
8105
result =
ParseExpressionStatement
(attributes);
8139
return this.
ParseExpressionStatement
(attributes);
9103
return this.
ParseExpressionStatement
(attributes);
9645
this.
ParseExpressionStatement
(attributes: default),