8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2580
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2587
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
8137
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8333
return this.
ParseExpressionStatement
(attributes);
8369
result =
ParseExpressionStatement
(attributes);
8402
return this.
ParseExpressionStatement
(attributes);
9451
return this.
ParseExpressionStatement
(attributes);
10026
this.
ParseExpressionStatement
(attributes: default),