8 references to ExecuteDelegate
System.Private.Xml (8)
System\Xml\Xsl\XmlILCommand.cs (2)
21private readonly ExecuteDelegate _delExec; 27public XmlILCommand(ExecuteDelegate delExec, XmlQueryStaticData staticData)
System\Xml\Xsl\XmlIlGenerator.cs (3)
183ExecuteDelegate delExec = (ExecuteDelegate)_module.CreateDelegate("Execute", typeof(ExecuteDelegate));
System\Xml\Xslt\XslCompiledTransform.cs (3)
231? dm.CreateDelegate(typeof(ExecuteDelegate)) 232: executeMethod.CreateDelegate<ExecuteDelegate>(); 234_command = new XmlILCommand((ExecuteDelegate)delExec, new XmlQueryStaticData(queryData, earlyBoundTypes));