9 references to EmitCondBranch
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\EmitAddress.cs (1)
220EmitCondBranch(expr.Condition, ref consequenceLabel, sense: true);
CodeGen\EmitExpression.cs (1)
3763EmitCondBranch(expr.Condition, ref consequenceLabel, sense: true);
CodeGen\EmitOperators.cs (1)
266EmitCondBranch(condition.Left, ref lazyFallThrough, stopSense);
CodeGen\EmitStatement.cs (6)
193EmitCondBranch(boundConditionalGoto.Condition, ref label, boundConditionalGoto.JumpIfTrue); 481EmitCondBranch(top.condition, ref top.destBox.Value, top.sense); 552EmitCondBranch(receiver, ref fallThrough, sense: false); 555EmitCondBranch(ca.WhenNotNull, ref dest, sense: true); 566EmitCondBranch(receiver, ref dest, sense: false); 627EmitCondBranch(sequence.Value, ref dest, sense);