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