3 references to XPathResult
System.ServiceModel (3)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (1)
175
result = new
XPathResult
((XPathNodeIterator)evalResult);
System\ServiceModel\Dispatcher\QueryResultOp.cs (2)
75
result = new
XPathResult
(value);
196
result = new
XPathResult
(value);