29 references to Emit
System.Data.SqlXml (29)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
755
Emit
(opcodeBranch, lblBranch);
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (1)
394
this.helper.
Emit
(OpCodes.Bge, GetLabelNext());
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (25)
132
this.helper.
Emit
(OpCodes.Brtrue, lblGetGlobal);
146
this.helper.
Emit
(OpCodes.Brfalse, lblComputeGlobal);
246
this.helper.
Emit
(OpCodes.Brfalse, lblLocalComputed);
391
this.helper.
Emit
(OpCodes.Brfalse, this.iterCurr.GetLabelNext());
865
this.helper.
Emit
(OpCodes.Brfalse, lblFalse);
895
this.helper.
Emit
(OpCodes.Brtrue, iterInfoTrue.GetLabelNext());
1025
this.helper.
Emit
(OpCodes.Bgt, lblOnEnd);
1316
this.helper.
Emit
(OpCodes.Brtrue, this.iterCurr.GetLabelNext());
1902
this.helper.
Emit
(OpCodes.Brtrue, lblLookup);
2025
this.helper.
Emit
(OpCodes.Bgt, this.iterCurr.ParentIterator.GetLabelNext());
2423
this.helper.
Emit
(OpCodes.Brfalse, this.iterCurr.GetLabelNext());
2442
this.helper.
Emit
(OpCodes.Brfalse, this.iterCurr.GetLabelNext());
3141
this.helper.
Emit
(OpCodes.Brfalse_S, lblTrue);
3457
this.helper.
Emit
(OpCodes.Brtrue, lblSkip);
3483
this.helper.
Emit
(OpCodes.Brfalse, lblSkipContent);
3739
this.helper.
Emit
(OpCodes.Brfalse, this.iterCurr.GetLabelNext());
3788
this.helper.
Emit
(OpCodes.Beq, this.iterNested.GetLabelNext());
4007
this.helper.
Emit
(opcode, this.iterCurr.LabelBranch);
4021
this.helper.
Emit
(opcode, this.iterCurr.LabelBranch);
4041
this.helper.
Emit
(opcode, lblTrue);
4063
this.helper.
Emit
((relOp == QilNodeType.Eq) ? OpCodes.Brfalse : OpCodes.Brtrue, this.iterCurr.LabelBranch);
4070
this.helper.
Emit
((relOp == QilNodeType.Eq) ? OpCodes.Brtrue : OpCodes.Brfalse, this.iterCurr.LabelBranch);
4082
this.helper.
Emit
((relOp == QilNodeType.Eq) ? OpCodes.Brfalse : OpCodes.Brtrue, lblTrue);
4351
this.helper.
Emit
(OpCodes.Brtrue, this.iterCurr.LabelBranch);
4353
this.helper.
Emit
(OpCodes.Brfalse, this.iterCurr.LabelBranch);
System\Xml\Xsl\XmlIlGenerator.cs (2)
293
this.helper.
Emit
(OpCodes.Brfalse, lblClone);
297
this.helper.
Emit
(OpCodes.Brfalse, lblClone);