public override void VisitInlineSwitchInstruction(InlineSwitchInstruction inlineSwitchInstruction)
 {
     collector.Process(inlineSwitchInstruction, formatProvider.MultipleLabels(inlineSwitchInstruction.TargetOffsets));
 }