1 override of Matches
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
637public override bool Matches(XPathExpression expr)
2 references to Matches
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
644return base.Matches(expr);
System.Xml (1)
System\Xml\XPath\XPathNavigator.cs (1)
1077return Matches(CompileMatchPattern(xpath));