2 writes to _function
System.Private.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (2)
24
_function
= other._function;
54
_function
= xsltContext.ResolveFunction(prefix, name, argTypes);
6 references to _function
System.Private.Xml (6)
System\Xml\XPath\Internal\FunctionQuery.cs (6)
24
_function = other.
_function
;
56
if (
_function
== null)
83
Debug.Assert(
_function
!= null);
84
object? retVal = ProcessResult(
_function
.Invoke(xsltContext, argVals, nodeIterator.Current!));
118
XPathResultType result =
_function
!= null ?
_function
.ReturnType : XPathResultType.Any;