8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2584
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2591
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
7977
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8173
return this.
ParseExpressionStatement
(attributes);
8209
result =
ParseExpressionStatement
(attributes);
8243
return this.
ParseExpressionStatement
(attributes);
9236
return this.
ParseExpressionStatement
(attributes);
9778
this.
ParseExpressionStatement
(attributes: default),