2 writes to function
System.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (2)
25this.function = other.function; 48function = xsltContext.ResolveFunction(prefix, name, argTypes);
5 references to function
System.Xml (5)
System\Xml\XPath\Internal\FunctionQuery.cs (5)
25this.function = other.function; 50if (function == null) { 70return ProcessResult(function.Invoke(xsltContext, argVals, nodeIterator.Current)); 91XPathResultType result = function != null ? function.ReturnType : XPathResultType.Any;