3 implementations of ResolveFunction
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
44QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus env)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
101QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus env)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
410public QilNode ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus env)
3 references to ResolveFunction
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
608return _environment.ResolveFunction(prefix, name, args, (IFocus)this);
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
311matches = _environment.ResolveFunction(prefix, name, args, new XsltFunctionFocus(i)); 412return _baseEnvironment.ResolveFunction(prefix, name, args, env);