3 references to Switch
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
531SwitchInstructionEncoder switchEncoder = _il.Switch(labels.Length);
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\SwitchInstructionEncoder.cs (2)
12/// See <see cref="InstructionEncoder.Switch(int)"/> for usage guidelines. 32/// See <see cref="InstructionEncoder.Switch(int)"/> for usage guidelines.