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)
565protected override void RemoveItem(int index)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
510protected override void RemoveItem(int index)
3 references to RemoveItem
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
568base.RemoveItem(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
513base.RemoveItem(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
216this.RemoveItem(i);