System\Xml\Xsl\IlGen\XmlIlVisitor.cs (22)
495_helper.EmitUnconditionalBranch(_iterCurr.CurrentBranchingContext == BranchingContext.OnTrue ?
677case BranchingContext.OnTrue:
679_iterCurr.SetBranching(BranchingContext.OnTrue, lblBranch);
697case BranchingContext.OnTrue:
748NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp);
751case BranchingContext.OnTrue:
753NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, _iterCurr.LabelBranch);
760NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp);
772case BranchingContext.OnTrue:
774NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, _iterCurr.LabelBranch);
781NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, lblTemp);
790goto case BranchingContext.OnTrue;
792case BranchingContext.OnTrue:
834NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, _iterCurr.LabelBranch);
837case BranchingContext.OnTrue:
845NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, lblTemp);
3369case BranchingContext.OnTrue:
3392if (iterParent.CurrentBranchingContext == BranchingContext.OnTrue)
3411case BranchingContext.OnTrue:
4329case BranchingContext.OnTrue:
4383case BranchingContext.OnTrue:
4710if (_iterCurr.CurrentBranchingContext == BranchingContext.OnTrue)