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