3 references to ParseStatements
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
9103
this.
ParseStatements
(ref openBrace, statements, stopOnSwitchSections: false);
9134
this.
ParseStatements
(ref openBrace, statements, stopOnSwitchSections: false);
10324
this.
ParseStatements
(ref tmp, statements, stopOnSwitchSections: true);