4 references to ParsePossiblyAttributedStatement
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
7871
static @this => @this.
ParsePossiblyAttributedStatement
() ?? @this.ParseExpressionStatement(attributes: default),
8765
var statement = this.
ParsePossiblyAttributedStatement
();
8886
return parseEmbeddedStatementRest(this.
ParsePossiblyAttributedStatement
());
10031
this.
ParsePossiblyAttributedStatement
() ?? SyntaxFactory.EmptyStatement(attributeLists: default, EatToken(SyntaxKind.SemicolonToken)));