2 instantiations of XmlILCommand
System.Private.Xml (2)
System\Xml\Xsl\XmlIlGenerator.cs (1)
184return new XmlILCommand(delExec, staticData);
System\Xml\Xslt\XslCompiledTransform.cs (1)
234_command = new XmlILCommand((ExecuteDelegate)delExec, new XmlQueryStaticData(queryData, earlyBoundTypes));
2 references to XmlILCommand
System.Private.Xml (2)
System\Xml\Xsl\XmlIlGenerator.cs (1)
78public XmlILCommand? Generate(QilExpression query, TypeBuilder? typeBldr)
System\Xml\Xslt\XslCompiledTransform.cs (1)
52private XmlILCommand? _command;