5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
122
case TerminatorState.IsSwitchSectionStart when this.
IsPossibleSwitchSection
():
8152
&& !(stopOnSwitchSections && this.
IsPossibleSwitchSection
())
9071
while (this.
IsPossibleSwitchSection
())
9142
Debug.Assert(this.
IsPossibleSwitchSection
());
9200
while (
IsPossibleSwitchSection
());