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