Base:
method
RemoveItem
System.Collections.Generic.SynchronizedCollection<T>.RemoveItem(System.Int32)
2 overrides of RemoveItem
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
565
protected override void
RemoveItem
(int index)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
510
protected override void
RemoveItem
(int index)
3 references to RemoveItem
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
568
base.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
513
base.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
216
this.
RemoveItem
(i);