3 references to ParseStatementCore
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
2792var statement = this.ParseStatementCore(attributes, isGlobal: true); 2965var statement = this.ParseStatementCore(attributes, isGlobal: true); 8256=> ParseStatementCore(ParseStatementAttributeDeclarations(), isGlobal: false);