9 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
2673
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2680
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
8251
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8447
return this.
ParseExpressionStatement
(attributes);
8483
result =
ParseExpressionStatement
(attributes);
8516
return this.
ParseExpressionStatement
(attributes);
8551
return
ParseExpressionStatement
(attributes);
9577
return this.
ParseExpressionStatement
(attributes);
10152
this.
ParseExpressionStatement
(attributes: default),