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