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