5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
124case TerminatorState.IsSwitchSectionStart when this.IsPossibleSwitchSection(): 8961&& !(stopOnSwitchSections && this.IsPossibleSwitchSection()) 9941while (this.IsPossibleSwitchSection()) 10012Debug.Assert(this.IsPossibleSwitchSection()); 10070while (IsPossibleSwitchSection());