Implemented interface member:
method
Remove
System.Collections.Generic.IDictionary<TKey, TValue>.Remove(TKey)
11 references to Remove
System.ServiceModel (9)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
404this.filterTable.Remove(filter.Filter); 442this.filterTable.Remove(filter.Filter); 478this.filterTable.Remove(filter.Filter); 2099this.filterTable.Remove(filter.Filter);
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
459this.table.Remove(filter.Filter1);
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
93filters.Remove(filter);
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
60this.Remove(filter); 577return this.Remove(item.Key);
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
206return this.table.Remove(key);
System.ServiceModel.Routing (2)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (2)
252this.filterTable.Remove(andFilter.filter1); 253this.filterTable.Remove(andFilter.filter2);