2 writes to _function
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (2)
26_function = other._function; 56_function = xsltContext.ResolveFunction(prefix, name, argTypes);
5 references to _function
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (5)
26_function = other._function; 58if (_function == null) 84return ProcessResult(_function.Invoke(xsltContext, argVals, nodeIterator.Current)); 114XPathResultType result = _function != null ? _function.ReturnType : XPathResultType.Any;