12 references to NestedVisitWithBranch
System.Data.SqlXml (12)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (12)
696NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp); 701NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, this.iterCurr.LabelBranch); 708NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp); 716NestedVisitWithBranch(ndOr.Right, BranchingContext.OnFalse, this.iterCurr.LabelBranch); 721NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, this.iterCurr.LabelBranch); 728NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, lblTemp); 778NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, this.iterCurr.LabelBranch); 782NestedVisitWithBranch(ndNot.Child, BranchingContext.OnFalse, this.iterCurr.LabelBranch); 789NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, lblTemp); 816NestedVisitWithBranch(ndCond.Left, BranchingContext.OnFalse, lblFalse); 854NestedVisitWithBranch(ndCond.Left, BranchingContext.OnFalse, lblFalse); 918NestedVisitWithBranch(ndBranch, this.iterCurr.CurrentBranchingContext, this.iterCurr.LabelBranch);