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)
746current.SetBranchCode(ILOpCode.Br_s);
CodeGen\ILBuilderEmit.cs (5)
317block.SetBranchCode(ILOpCode.Ret); 328block.SetBranchCode(ILOpCode.Rethrow); 332block.SetBranchCode(ILOpCode.Throw); 343block.SetBranchCode(ILOpCode.Endfinally); 354block.SetBranchCode(ILOpCode.Endfilter);