5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
124case TerminatorState.IsSwitchSectionStart when this.IsPossibleSwitchSection(): 8859&& !(stopOnSwitchSections && this.IsPossibleSwitchSection()) 9821while (this.IsPossibleSwitchSection()) 9892Debug.Assert(this.IsPossibleSwitchSection()); 9950while (IsPossibleSwitchSection());