1 write to xpath
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (1)
39
this.
xpath
= value;
5 references to xpath
System.ServiceModel (5)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (5)
71
if (XPathResultType.NodeSet ==
xpath
.ReturnType)
73
evalResult = nav.Select(
xpath
);
77
evalResult = nav.Evaluate(
xpath
);
107
switch (
xpath
.ReturnType)
164
switch (
xpath
.ReturnType)