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