2 references to ClrMethod
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3615
extFunc = new XmlExtensionFunction(ndName.LocalName, ndName.NamespaceUri, ndInvoke.
ClrMethod
);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
948
XmlExtensionFunction extFunc = new XmlExtensionFunction(node.Name.LocalName, node.Name.NamespaceUri, node.
ClrMethod
);