System\Xml\Xsl\IlGen\XmlIlVisitor.cs (21)
463OpCodes.Brtrue : OpCodes.Brfalse, this.iterCurr.LabelBranch);
489OpCodes.Brtrue : OpCodes.Brfalse, this.iterCurr.LabelBranch);
585lblOnFalse = StartConjunctiveTests(iterParent.CurrentBranchingContext, iterParent.LabelBranch);
591StartLastConjunctiveTest(iterParent.CurrentBranchingContext, iterParent.LabelBranch, lblOnFalse);
596EndConjunctiveTests(iterParent.CurrentBranchingContext, iterParent.LabelBranch, lblOnFalse);
701NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, this.iterCurr.LabelBranch);
716NestedVisitWithBranch(ndOr.Right, BranchingContext.OnFalse, this.iterCurr.LabelBranch);
721NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, this.iterCurr.LabelBranch);
778NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, this.iterCurr.LabelBranch);
782NestedVisitWithBranch(ndNot.Child, BranchingContext.OnFalse, this.iterCurr.LabelBranch);
918NestedVisitWithBranch(ndBranch, this.iterCurr.CurrentBranchingContext, this.iterCurr.LabelBranch);
3128this.helper.TestAndBranch(0, this.iterCurr.LabelBranch, OpCodes.Bne_Un);
3133this.helper.TestAndBranch(0, this.iterCurr.LabelBranch, OpCodes.Beq);
3154StartNestedIterator(ndIsEmpty.Child, this.iterCurr.LabelBranch);
3167this.helper.EmitUnconditionalBranch(OpCodes.Br, iterParent.LabelBranch);
4007this.helper.Emit(opcode, this.iterCurr.LabelBranch);
4021this.helper.Emit(opcode, this.iterCurr.LabelBranch);
4063this.helper.Emit((relOp == QilNodeType.Eq) ? OpCodes.Brfalse : OpCodes.Brtrue, this.iterCurr.LabelBranch);
4070this.helper.Emit((relOp == QilNodeType.Eq) ? OpCodes.Brtrue : OpCodes.Brfalse, this.iterCurr.LabelBranch);
4351this.helper.Emit(OpCodes.Brtrue, this.iterCurr.LabelBranch);
4353this.helper.Emit(OpCodes.Brfalse, this.iterCurr.LabelBranch);