5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
125
case TerminatorState.IsSwitchSectionStart when this.
IsPossibleSwitchSection
():
8758
&& !(stopOnSwitchSections && this.
IsPossibleSwitchSection
())
9720
while (this.
IsPossibleSwitchSection
())
9791
Debug.Assert(this.
IsPossibleSwitchSection
());
9849
while (
IsPossibleSwitchSection
());