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