9 overrides of RemoveItem
System.ServiceModel (9)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
631protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
991protected override void RemoveItem(int index) 1032protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
52protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
515protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
896protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
66protected override void RemoveItem(int index)
System\ServiceModel\ExtensionCollection.cs (1)
103protected override void RemoveItem(int index)
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
225protected override void RemoveItem(int index)
11 references to RemoveItem
System.ServiceModel (11)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
635base.RemoveItem(index);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
994base.RemoveItem(index); 1035base.RemoveItem(index);
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
55base.RemoveItem(index);
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
518base.RemoveItem(index);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
899base.RemoveItem(index);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
70base.RemoveItem(index);
System\ServiceModel\ExtensionCollection.cs (1)
108base.RemoveItem(index);
System\ServiceModel\SynchronizedCollection.cs (2)
177this.RemoveItem(index); 191this.RemoveItem(index);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
232base.RemoveItem(index);