5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
124
case TerminatorState.IsSwitchSectionStart when this.
IsPossibleSwitchSection
():
9195
&& !(stopOnSwitchSections && this.
IsPossibleSwitchSection
())
10208
while (this.
IsPossibleSwitchSection
())
10279
Debug.Assert(this.
IsPossibleSwitchSection
());
10337
while (
IsPossibleSwitchSection
());