7 references to EmitCondBranch
Microsoft.CodeAnalysis.VisualBasic (7)
CodeGen\EmitExpression.vb (1)
1400
EmitCondBranch
(expr.Condition, consequenceLabel, sense:=True)
CodeGen\EmitOperators.vb (1)
405
EmitCondBranch
(condition.Left, fallThrough, stopSense)
CodeGen\EmitStatement.vb (5)
466
EmitCondBranch
(boundConditionalGoto.Condition, label, boundConditionalGoto.JumpIfTrue)
708
EmitCondBranch
(binOp.Left, lazyFallThrough, Not sense)
709
EmitCondBranch
(binOp.Right, lazyDest, sense)
715
EmitCondBranch
(binOp.Left, lazyDest, sense)
832
Me.
EmitCondBranch
(sequence.ValueOpt, lazyDest, sense)