2 references to IsSwitchSectionStart
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
125
case TerminatorState.
IsSwitchSectionStart
when this.IsPossibleSwitchSection():
8753
_termState |= TerminatorState.
IsSwitchSectionStart
;