3 instantiations of InverseQueryMatcher
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (2)
51this.iqMatcher = new InverseQueryMatcher(true); 151this.iqMatcher = new InverseQueryMatcher(true);
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (1)
18this.matcher = new InverseQueryMatcher(false);
2 references to InverseQueryMatcher
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
22InverseQueryMatcher iqMatcher; // inverse query matcher
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (1)
14InverseQueryMatcher matcher;