7 overrides of RemoveItem
System.ServiceModel.Primitives (7)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
659protected override void RemoveItem(int index) 700protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
506protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
445protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
66protected override void RemoveItem(int index)
System\ServiceModel\ExtensionCollection.cs (1)
112protected override void RemoveItem(int index)
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
264protected override void RemoveItem(int index)
9 references to RemoveItem
System.ServiceModel.Primitives (9)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
662base.RemoveItem(index); 703base.RemoveItem(index);
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
509base.RemoveItem(index);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
448base.RemoveItem(index);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
70base.RemoveItem(index);
System\ServiceModel\ExtensionCollection.cs (1)
117base.RemoveItem(index);
System\ServiceModel\SynchronizedCollection.cs (2)
178RemoveItem(index); 193RemoveItem(index);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
273base.RemoveItem(index);