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