Implemented interface member:
method
Remove
System.Collections.Generic.ICollection<T>.Remove(T)
8 references to Remove
System.ServiceModel (8)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
426
this.parent.channels.
Remove
(channel);
604
this.
Remove
(channel);
610
this.
Remove
(channel);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1729
channelDispatcher.PendingChannels.
Remove
(rpc.Channel.Binder.Channel);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
39
this.
Remove
(channel);
45
this.
Remove
(channel);
System\ServiceModel\SynchronizedCollection.cs (1)
298
this.
Remove
((T)value);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
206
return this.
Remove
(this.dictionary[key]);