6 references to BranchLabel
Microsoft.CodeAnalysis (6)
CodeGen\BasicBlock.cs (4)
200if (BranchLabel != null) 202result = builder._labelInfos[BranchLabel].bb; 249=> (this.BranchLabel != null) && (this.BranchCode != ILOpCode.Nop); 483this.SetBranch(next.BranchLabel, revBrOp, origBrOp);
CodeGen\ILBuilder.cs (2)
756if ((block.BranchCode != ILOpCode.Nop) || (block.BranchLabel == null)) 931if (block.BranchLabel != null)