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