2 instantiations of XmlILCommand
System.Private.Xml (2)
System\Xml\Xsl\XmlIlGenerator.cs (1)
184
return 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)
78
public
XmlILCommand
? Generate(QilExpression query, TypeBuilder? typeBldr)
System\Xml\Xslt\XslCompiledTransform.cs (1)
52
private
XmlILCommand
? _command;