3 instantiations of XPathQueryMatcher
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
41static XPathQueryMatcher dummyMatcher = new XPathQueryMatcher(true); 333this.matcher = new XPathQueryMatcher(true);
System\ServiceModel\XPathMessageQuery.cs (1)
153this.matcher = new XPathQueryMatcher(false);
8 references to XPathQueryMatcher
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryMatcher.cs (5)
652XPathQueryMatcher.matchAlwaysFilter = new PushBooleanOpcode(true); //dummy 655XPathQueryMatcher.rootFilter = QueryMatcher.CompileForInternalEngine("/", null, QueryCompilerFlags.None, out returnType); 656XPathQueryMatcher.rootFilter.Append(new MatchResultOpcode()); 738this.query = XPathQueryMatcher.matchAlwaysFilter; 743this.query = XPathQueryMatcher.rootFilter.First;
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
41static XPathQueryMatcher dummyMatcher = new XPathQueryMatcher(true); 43XPathQueryMatcher matcher; // by default, set to a dummy matcher
System\ServiceModel\XPathMessageQuery.cs (1)
22XPathQueryMatcher matcher;