1 instantiation of SwitchInstructionEncoder
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
465
return new
SwitchInstructionEncoder
(this, ilOffset, instructionEnd);
4 references to SwitchInstructionEncoder
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
531
SwitchInstructionEncoder
switchEncoder = _il.Switch(labels.Length);
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (3)
435
/// <returns>A <see cref="
SwitchInstructionEncoder
"/> that will
439
/// the method <see cref="
SwitchInstructionEncoder
.Branch(LabelHandle)"/>
445
public
SwitchInstructionEncoder
Switch(int branchCount)