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