9 references to SetBranchCode
Microsoft.CodeAnalysis (9)
CodeGen\BasicBlock.cs (3)
296this.SetBranchCode(this.BranchCode.GetLeaveOpcode()); 343this.SetBranchCode(curBranchCode.GetShortBranch()); 718this.SetBranchCode(ILOpCode.Switch);
CodeGen\ILBuilder.cs (1)
756current.SetBranchCode(ILOpCode.Br_s);
CodeGen\ILBuilderEmit.cs (5)
314block.SetBranchCode(ILOpCode.Ret); 325block.SetBranchCode(ILOpCode.Rethrow); 329block.SetBranchCode(ILOpCode.Throw); 340block.SetBranchCode(ILOpCode.Endfinally); 351block.SetBranchCode(ILOpCode.Endfilter);