Base:
3 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); }
tlens (1)
src\runtime\src\tools\illink\external\Mono.Options\Options.cs (1)
878protected override void RemoveItem(int index)
2 references to RemoveItem
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
146RemoveItem(i);
tlens (1)
src\runtime\src\tools\illink\external\Mono.Options\Options.cs (1)
881base.RemoveItem(index);