8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2668
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2675
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
8246
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8442
return this.
ParseExpressionStatement
(attributes);
8478
result =
ParseExpressionStatement
(attributes);
8511
return this.
ParseExpressionStatement
(attributes);
9554
return this.
ParseExpressionStatement
(attributes);
10129
this.
ParseExpressionStatement
(attributes: default),