2 references to 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));