1 override of ReturnType
System.Xml (1)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
88public override XPathResultType ReturnType { get { return query.StaticType; } }
4 references to ReturnType
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (3)
71if (XPathResultType.NodeSet == xpath.ReturnType) 107switch (xpath.ReturnType) 164switch (xpath.ReturnType)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
365if (XPathResultType.Error == xpathExpr.ReturnType)