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