22 references to OnTrue
System.Data.SqlXml (22)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (22)
462this.helper.EmitUnconditionalBranch(this.iterCurr.CurrentBranchingContext == BranchingContext.OnTrue ? 629case BranchingContext.OnTrue: 631this.iterCurr.SetBranching(BranchingContext.OnTrue, lblBranch); 647case BranchingContext.OnTrue: 696NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp); 699case BranchingContext.OnTrue: 701NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, this.iterCurr.LabelBranch); 708NestedVisitWithBranch(ndOr.Left, BranchingContext.OnTrue, lblTemp); 719case BranchingContext.OnTrue: 721NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, this.iterCurr.LabelBranch); 728NestedVisitWithBranch(ndOr.Right, BranchingContext.OnTrue, lblTemp); 736goto case BranchingContext.OnTrue; 738case BranchingContext.OnTrue: 778NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, this.iterCurr.LabelBranch); 781case BranchingContext.OnTrue: 789NestedVisitWithBranch(ndNot.Child, BranchingContext.OnTrue, lblTemp); 3131case BranchingContext.OnTrue: 3153if (iterParent.CurrentBranchingContext == BranchingContext.OnTrue) 3171case BranchingContext.OnTrue: 4011case BranchingContext.OnTrue: 4060case BranchingContext.OnTrue: 4350if (this.iterCurr.CurrentBranchingContext == BranchingContext.OnTrue)