8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2208
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2215
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
7354
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
7460
return this.
ParseExpressionStatement
(attributes);
7496
result =
ParseExpressionStatement
(attributes);
7530
return this.
ParseExpressionStatement
(attributes);
8501
return this.
ParseExpressionStatement
(attributes);
8992
this.
ParseExpressionStatement
(attributes: default),