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