Base:
3 overrides of RemoveItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
597
protected override void
RemoveItem
(int index) { _inner.InternalRemoveItem(index); }
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
598
protected override void
RemoveItem
(int index) { _inner.InternalRemoveItem(index); }
tlens (1)
src\runtime\src\tools\illink\external\Mono.Options\Options.cs (1)
878
protected override void
RemoveItem
(int index)
2 references to RemoveItem
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
146
RemoveItem
(i);
tlens (1)
src\runtime\src\tools\illink\external\Mono.Options\Options.cs (1)
881
base.
RemoveItem
(index);