Base:
method
RemoveItem
System.Collections.Generic.SynchronizedCollection<T>.RemoveItem(System.Int32)
2 overrides of RemoveItem
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
561protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
499protected override void RemoveItem(int index)
3 references to RemoveItem
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
564base.RemoveItem(index);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
502base.RemoveItem(index);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
255RemoveItem(i);