4 references to XPathResult
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (2)
167
result = new
XPathResult
(string.Empty);
183
result = new
XPathResult
((string)evalResult);
System\ServiceModel\Dispatcher\QueryResultOp.cs (2)
87
result = new
XPathResult
(value);
208
result = new
XPathResult
(value);