1 instantiation of SwitchInstructionEncoder
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
462
return new
SwitchInstructionEncoder
(this, ilOffset, instructionEnd);
5 references to SwitchInstructionEncoder
ILAssembler (1)
GrammarVisitor.cs (1)
3164
var
switchEncoder = _currentMethod!.Definition.MethodBody.Switch(labels.Count);
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)
432
/// <returns>A <see cref="
SwitchInstructionEncoder
"/> that will
436
/// the method <see cref="
SwitchInstructionEncoder
.Branch(LabelHandle)"/>
442
public
SwitchInstructionEncoder
Switch(int branchCount)