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)
426this.parent.channels.Remove(channel); 604this.Remove(channel); 610this.Remove(channel);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1729channelDispatcher.PendingChannels.Remove(rpc.Channel.Binder.Channel);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
39this.Remove(channel); 45this.Remove(channel);
System\ServiceModel\SynchronizedCollection.cs (1)
298this.Remove((T)value);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
206return this.Remove(this.dictionary[key]);