1 override of SelectAncestors
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1059public override XPathNodeIterator SelectAncestors(string name, string namespaceURI, bool matchSelf)
1 reference to SelectAncestors
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1066return base.SelectAncestors(name, namespaceURI, matchSelf);