11 references to Emit
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\GenerateHelper.cs (5)
624
Emit
(OpCodes.Ldtoken, clrTyp);
887
Emit
(OpCodes.Box, clrTypeSrc);
892
Emit
(OpCodes.Unbox, clrTypeDst);
893
Emit
(OpCodes.Ldobj, clrTypeDst);
900
Emit
(OpCodes.Castclass, clrTypeDst);
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (1)
627
this.helper.
Emit
(OpCodes.Castclass, typeof(XPathNavigator));
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
3321
this.helper.
Emit
(OpCodes.Newarr, typeof(IList<XPathItem>));
3332
this.helper.
Emit
(OpCodes.Ldelema, typeof(IList<XPathItem>));
3337
this.helper.
Emit
(OpCodes.Stobj, typeof(IList<XPathItem>));
System\Xml\Xsl\XmlIlGenerator.cs (2)
349
this.helper.
Emit
(OpCodes.Newarr, typeof(byte));
359
this.helper.
Emit
(OpCodes.Newarr, typeof(Type));