3 writes to RemainingSwitchBranches
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (2)
107RemainingSwitchBranches = 0; 278RemainingSwitchBranches--;
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
457branchBuilder.RemainingSwitchBranches = branchCount;
2 references to RemainingSwitchBranches
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (2)
266if (RemainingSwitchBranches > 0) 274if (RemainingSwitchBranches == 0)