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