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