6 references to BranchLabel
Microsoft.CodeAnalysis (6)
CodeGen\BasicBlock.cs (4)
199if (BranchLabel != null) 201result = builder._labelInfos[BranchLabel].bb; 248=> (this.BranchLabel != null) && (this.BranchCode != ILOpCode.Nop); 482this.SetBranch(next.BranchLabel, revBrOp, origBrOp);
CodeGen\ILBuilder.cs (2)
767if ((block.BranchCode != ILOpCode.Nop) || (block.BranchLabel == null)) 942if (block.BranchLabel != null)