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)
404
this.filterTable.
Remove
(filter.Filter);
442
this.filterTable.
Remove
(filter.Filter);
478
this.filterTable.
Remove
(filter.Filter);
2099
this.filterTable.
Remove
(filter.Filter);
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
459
this.table.
Remove
(filter.Filter1);
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
93
filters.
Remove
(filter);
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
60
this.
Remove
(filter);
577
return this.
Remove
(item.Key);
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
206
return this.table.
Remove
(key);
System.ServiceModel.Routing (2)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (2)
252
this.filterTable.
Remove
(andFilter.filter1);
253
this.filterTable.
Remove
(andFilter.filter2);