5 references to IsPossibleSwitchSection
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
124
case TerminatorState.IsSwitchSectionStart when this.
IsPossibleSwitchSection
():
8877
&& !(stopOnSwitchSections && this.
IsPossibleSwitchSection
())
9857
while (this.
IsPossibleSwitchSection
())
9928
Debug.Assert(this.
IsPossibleSwitchSection
());
9986
while (
IsPossibleSwitchSection
());