5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
124case TerminatorState.IsSwitchSectionStart when this.IsPossibleSwitchSection(): 8829&& !(stopOnSwitchSections && this.IsPossibleSwitchSection()) 9791while (this.IsPossibleSwitchSection()) 9862Debug.Assert(this.IsPossibleSwitchSection()); 9920while (IsPossibleSwitchSection());