1 write to _encoder
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\SwitchInstructionEncoder.cs (1)
23
_encoder
= encoder;
3 references to _encoder
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\SwitchInstructionEncoder.cs (3)
36
_encoder
.ControlFlowBuilder!.SwitchBranchAdded();
37
_encoder
.LabelOperand(ILOpCode.Switch, label, _instructionEnd -
_encoder
.Offset, _ilOffset);