3 references to ParseStatementCore
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
2333
var statement = this.
ParseStatementCore
(attributes, isGlobal: true);
2508
var statement = this.
ParseStatementCore
(attributes, isGlobal: true);
7359
=>
ParseStatementCore
(ParseAttributeDeclarations(), isGlobal: false);