5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
124case TerminatorState.IsSwitchSectionStart when this.IsPossibleSwitchSection(): 8761&& !(stopOnSwitchSections && this.IsPossibleSwitchSection()) 9723while (this.IsPossibleSwitchSection()) 9794Debug.Assert(this.IsPossibleSwitchSection()); 9852while (IsPossibleSwitchSection());