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