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