5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
124case TerminatorState.IsSwitchSectionStart when this.IsPossibleSwitchSection(): 9149&& !(stopOnSwitchSections && this.IsPossibleSwitchSection()) 10162while (this.IsPossibleSwitchSection()) 10233Debug.Assert(this.IsPossibleSwitchSection()); 10291while (IsPossibleSwitchSection());