8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2580
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2587
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
8076
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8272
return this.
ParseExpressionStatement
(attributes);
8308
result =
ParseExpressionStatement
(attributes);
8341
return this.
ParseExpressionStatement
(attributes);
9390
return this.
ParseExpressionStatement
(attributes);
9932
this.
ParseExpressionStatement
(attributes: default),