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