12 references to NestedVisitWithBranch
System.Private.Xml (12)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (12)
748NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp); 753NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, _iterCurr.LabelBranch); 760NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp); 769NestedVisitWithBranch(ndOr.Right, BranchingContext.OnFalse, _iterCurr.LabelBranch); 774NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, _iterCurr.LabelBranch); 781NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, lblTemp); 834NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, _iterCurr.LabelBranch); 838NestedVisitWithBranch(ndNot.Child, BranchingContext.OnFalse, _iterCurr.LabelBranch); 845NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, lblTemp); 876NestedVisitWithBranch(ndCond.Left, BranchingContext.OnFalse, lblFalse); 918NestedVisitWithBranch(ndCond.Left, BranchingContext.OnFalse, lblFalse); 987NestedVisitWithBranch(ndBranch, _iterCurr.CurrentBranchingContext, _iterCurr.LabelBranch);