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