2 instantiations of FuncExtension
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
196result = new FuncExtension(extension, method); 207result = new FuncExtension(extension, method);
2 references to FuncExtension
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
187private FuncExtension? GetExtensionMethod(string ns, string name, XPathResultType[]? argTypes, out object? extension) 189FuncExtension? result = null;