2 implementations of Invoke
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
531public abstract object Invoke(XsltContext xsltContext, object[] args, XPathNavigator docContext);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
258public abstract object Invoke(XsltContext xsltContext, object[] args, XPathNavigator docContext);
3 references to Invoke
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryFunctions.cs (2)
111object ret = this.function.Invoke(this.xsltContext, NullArgs, nav); 177object ret = this.function.Invoke(this.xsltContext, xsltArgs, nav);
System.Xml (1)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
70return ProcessResult(function.Invoke(xsltContext, argVals, nodeIterator.Current));