3 references to Add
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
189this.iqMatcher.Add(filter.XPath, filter.Namespaces, filter, forceExternal);
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (2)
81this.matcher.Add(query.Expression, query.Namespaces, query, false); 102this.matcher.Add(query.Expression, query.Namespaces, query, false);