8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2582
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2589
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
7972
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8168
return this.
ParseExpressionStatement
(attributes);
8204
result =
ParseExpressionStatement
(attributes);
8238
return this.
ParseExpressionStatement
(attributes);
9231
return this.
ParseExpressionStatement
(attributes);
9773
this.
ParseExpressionStatement
(attributes: default),