Base:
method
RemoveItem
System.Collections.Generic.SynchronizedCollection<T>.RemoveItem(System.Int32)
2 overrides of RemoveItem
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
565
protected override void
RemoveItem
(int index)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
950
protected override void
RemoveItem
(int index)
3 references to RemoveItem
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
568
base.
RemoveItem
(index);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
953
base.
RemoveItem
(index);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
216
this.
RemoveItem
(i);