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
;
58
if (
_function
== null)
84
return ProcessResult(
_function
.Invoke(xsltContext, argVals, nodeIterator.Current));
114
XPathResultType result =
_function
!= null ?
_function
.ReturnType : XPathResultType.Any;