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; 56if (_function == null) 83Debug.Assert(_function != null); 84object? retVal = ProcessResult(_function.Invoke(xsltContext, argVals, nodeIterator.Current!)); 118XPathResultType result = _function != null ? _function.ReturnType : XPathResultType.Any;