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