Base:
2 overrides of RemoveItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
597protected override void RemoveItem(int index) { _inner.InternalRemoveItem(index); }
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
598protected override void RemoveItem(int index) { _inner.InternalRemoveItem(index); }
1 reference to RemoveItem
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
146RemoveItem(i);