8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2622
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2629
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
8200
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8396
return this.
ParseExpressionStatement
(attributes);
8432
result =
ParseExpressionStatement
(attributes);
8465
return this.
ParseExpressionStatement
(attributes);
9508
return this.
ParseExpressionStatement
(attributes);
10083
this.
ParseExpressionStatement
(attributes: default),