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