Base:
method
RemoveItem
System.Collections.Generic.SynchronizedKeyedCollection<K, T>.RemoveItem(System.Int32)
1 reference to RemoveItem
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
585internal void InternalRemoveItem(int index) { this.RemoveItem(index); }