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