1 write to matcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (1)
18this.matcher = new InverseQueryMatcher(false);
6 references to matcher
System.ServiceModel (6)
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (6)
34this.matcher.Evaluate<TResult>(message, false); 56this.matcher.Evaluate<TResult>(buffer); 81this.matcher.Add(query.Expression, query.Namespaces, query, false); 86this.matcher.Remove((XPathMessageQuery) this[index]); 97this.matcher.Remove((XPathMessageQuery) this[index]); 102this.matcher.Add(query.Expression, query.Namespaces, query, false);