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