Implemented interface member:
7 references to Remove
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
329channelDispatcher.PendingChannels.Remove(rpc.Channel.Binder.Channel);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
39Remove(channel); 45Remove(channel);
System\ServiceModel\SynchronizedCollection.cs (1)
300Remove((T)value);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
242return Remove(_dictionary[key]);
System.ServiceModel.Primitives.Tests (2)
ServiceModel\SynchronizedCollection.cs (2)
64coll.Remove(coll.Count - 1); 116Assert.False(coll.Remove(100000));