8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2635
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2642
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
8213
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8409
return this.
ParseExpressionStatement
(attributes);
8445
result =
ParseExpressionStatement
(attributes);
8478
return this.
ParseExpressionStatement
(attributes);
9521
return this.
ParseExpressionStatement
(attributes);
10096
this.
ParseExpressionStatement
(attributes: default),