20 references to EmitUnconditionalBranch
System.Data.SqlXml (20)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
719EmitUnconditionalBranch(OpCodes.Br, lblBranch); 767EmitUnconditionalBranch(OpCodes.Br_S, lblDone);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (18)
161this.helper.EmitUnconditionalBranch(OpCodes.Br, lblGetGlobal); 462this.helper.EmitUnconditionalBranch(this.iterCurr.CurrentBranchingContext == BranchingContext.OnTrue ? 488this.helper.EmitUnconditionalBranch(this.iterCurr.CurrentBranchingContext == BranchingContext.OnFalse ? 830this.helper.EmitUnconditionalBranch(OpCodes.Br, lblDone); 874this.helper.EmitUnconditionalBranch(OpCodes.Br, lblDone); 887this.helper.EmitUnconditionalBranch(OpCodes.Brtrue, lblDone); 896this.helper.EmitUnconditionalBranch(OpCodes.Br, this.iterNested.GetLabelNext()); 961this.helper.EmitUnconditionalBranch(OpCodes.Br, lblOtherwise); 971this.helper.EmitUnconditionalBranch(OpCodes.Br, lblDone); 1067this.helper.EmitUnconditionalBranch(OpCodes.Brtrue, this.iterCurr.GetLabelNext()); 1138this.helper.EmitUnconditionalBranch(OpCodes.Brtrue, lblStart); 1207this.helper.EmitUnconditionalBranch(OpCodes.Brtrue, lblCall); 1216this.helper.EmitUnconditionalBranch(OpCodes.Brtrue, lblCall); 2196this.helper.EmitUnconditionalBranch(OpCodes.Br_S, lblDone); 3167this.helper.EmitUnconditionalBranch(OpCodes.Br, iterParent.LabelBranch); 3221this.helper.EmitUnconditionalBranch(OpCodes.Br, lblDone); 3291this.helper.EmitUnconditionalBranch(OpCodes.Br, lblDone); 3771this.helper.EmitUnconditionalBranch(OpCodes.Br, lblCall);