5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
125case TerminatorState.IsSwitchSectionStart when this.IsPossibleSwitchSection(): 8758&& !(stopOnSwitchSections && this.IsPossibleSwitchSection()) 9720while (this.IsPossibleSwitchSection()) 9791Debug.Assert(this.IsPossibleSwitchSection()); 9849while (IsPossibleSwitchSection());