1 write to matcher
System.ServiceModel (1)
System\ServiceModel\XPathMessageQuery.cs (1)
153
this.
matcher
= new XPathQueryMatcher(false);
3 references to matcher
System.ServiceModel (3)
System\ServiceModel\XPathMessageQuery.cs (3)
109
QueryResult<TResult> queryResult = this.
matcher
.Evaluate<TResult>(message, false);
135
QueryResult<TResult> queryResult = this.
matcher
.Evaluate<TResult>(buffer);
154
this.
matcher
.Compile(this.expression, this.namespaces);