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