2 references to ProcessResult
System.Private.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
84
object? retVal =
ProcessResult
(_function.Invoke(xsltContext, argVals, nodeIterator.Current!));
System\Xml\XPath\Internal\VariableQuery.cs (1)
49
object? retVal =
ProcessResult
(_variable.Evaluate(xsltContext));