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