1 implementation of ReturnType
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
629
public XPathResultType
ReturnType
{ get { return _returnType; } }
1 reference to ReturnType
System.Private.Xml (1)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
118
XPathResultType result = _function != null ? _function.
ReturnType
: XPathResultType.Any;