8 references to ParseExpressionStatement
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
2541
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
2548
return _syntaxFactory.GlobalStatement(
ParseExpressionStatement
(attributes));
7871
static @this => @this.ParsePossiblyAttributedStatement() ?? @this.
ParseExpressionStatement
(attributes: default),
8067
return this.
ParseExpressionStatement
(attributes);
8103
result =
ParseExpressionStatement
(attributes);
8137
return this.
ParseExpressionStatement
(attributes);
9101
return this.
ParseExpressionStatement
(attributes);
9643
this.
ParseExpressionStatement
(attributes: default),