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