8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2582
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2589
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
7940
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8136
return this.
ParseExpressionStatement
(attributes);
8172
result =
ParseExpressionStatement
(attributes);
8206
return this.
ParseExpressionStatement
(attributes);
9170
return this.
ParseExpressionStatement
(attributes);
9712
this.
ParseExpressionStatement
(attributes: default),