7 references to SetBranch
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (5)
219this.SetBranch(newLabel, branchCode); 415this.SetBranch(null, ILOpCode.Nop); 501this.SetBranch(null, ILOpCode.Nop); 510this.SetBranch(null, ILOpCode.Ret); 533this.SetBranch(null, ILOpCode.Nop);
CodeGen\ILBuilder.cs (2)
358block.SetBranch(blockedDest, block.BranchCode); 740current.SetBranch(null, ILOpCode.Nop);