1 write to table
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
22this.table = new MessageFilterTable<FilterDataPair>();
10 references to table
System.ServiceModel (10)
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (10)
104this.table.Add(filter.Filter1, pair); 111this.table.Clear(); 146this.table.GetMatchingValues(message, pairs); 170this.table.GetMatchingValues(messageBuffer, pairs); 194this.table.GetMatchingValues(message, pairs); 208this.table.GetMatchingValues(message, pairs); 222this.table.GetMatchingValues(messageBuffer, pairs); 236this.table.GetMatchingValues(messageBuffer, pairs); 255addressMatched = this.table.GetMatchingValues(message, pairs); 459this.table.Remove(filter.Filter1);