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