7 references to SetBranch
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (5)
218this.SetBranch(newLabel, branchCode); 414this.SetBranch(null, ILOpCode.Nop); 500this.SetBranch(null, ILOpCode.Nop); 509this.SetBranch(null, ILOpCode.Ret); 532this.SetBranch(null, ILOpCode.Nop);
CodeGen\ILBuilder.cs (2)
360block.SetBranch(blockedDest, block.BranchCode); 751current.SetBranch(null, ILOpCode.Nop);