1 implementation of Invoke
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
631
public abstract object
Invoke
(XsltContext xsltContext, object[] args, XPathNavigator docContext);
1 reference to Invoke
System.Private.Xml (1)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
84
object? retVal = ProcessResult(_function.
Invoke
(xsltContext, argVals, nodeIterator.Current!));