System\Xml\Xsl\IlGen\XmlIlVisitor.cs (20)
496OpCodes.Brtrue : OpCodes.Brfalse, _iterCurr.LabelBranch);
525OpCodes.Brtrue : OpCodes.Brfalse, _iterCurr.LabelBranch);
629lblOnFalse = StartConjunctiveTests(iterParent.CurrentBranchingContext, iterParent.LabelBranch);
635StartLastConjunctiveTest(iterParent.CurrentBranchingContext, iterParent.LabelBranch, lblOnFalse);
753NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, _iterCurr.LabelBranch);
769NestedVisitWithBranch(ndOr.Right, BranchingContext.OnFalse, _iterCurr.LabelBranch);
774NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, _iterCurr.LabelBranch);
834NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, _iterCurr.LabelBranch);
838NestedVisitWithBranch(ndNot.Child, BranchingContext.OnFalse, _iterCurr.LabelBranch);
987NestedVisitWithBranch(ndBranch, _iterCurr.CurrentBranchingContext, _iterCurr.LabelBranch);
3366_helper.TestAndBranch(0, _iterCurr.LabelBranch, OpCodes.Bne_Un);
3371_helper.TestAndBranch(0, _iterCurr.LabelBranch, OpCodes.Beq);
3393StartNestedIterator(_iterCurr.LabelBranch);
3407_helper.EmitUnconditionalBranch(OpCodes.Br, iterParent.LabelBranch);
4325_helper.Emit(opcode, _iterCurr.LabelBranch);
4340_helper.Emit(opcode, _iterCurr.LabelBranch);
4386_helper.Emit((relOp == QilNodeType.Eq) ? OpCodes.Brfalse : OpCodes.Brtrue, _iterCurr.LabelBranch);
4393_helper.Emit((relOp == QilNodeType.Eq) ? OpCodes.Brtrue : OpCodes.Brfalse, _iterCurr.LabelBranch);
4711_helper.Emit(OpCodes.Brtrue, _iterCurr.LabelBranch);
4713_helper.Emit(OpCodes.Brfalse, _iterCurr.LabelBranch);