9 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
2668
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2675
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
8211
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8407
return this.
ParseExpressionStatement
(attributes);
8443
result =
ParseExpressionStatement
(attributes);
8476
return this.
ParseExpressionStatement
(attributes);
8511
return
ParseExpressionStatement
(attributes);
9537
return this.
ParseExpressionStatement
(attributes);
10112
this.
ParseExpressionStatement
(attributes: default),