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