7 overrides of RemoveItem
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
676
protected override void
RemoveItem
(int index)
717
protected override void
RemoveItem
(int index)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
515
protected override void
RemoveItem
(int index)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
456
protected override void
RemoveItem
(int index)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
65
protected override void
RemoveItem
(int index)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
101
protected override void
RemoveItem
(int index)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
225
protected override void
RemoveItem
(int index)
9 references to RemoveItem
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
679
base.
RemoveItem
(index);
720
base.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
518
base.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
459
base.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
69
base.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
106
base.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (2)
176
this.
RemoveItem
(index);
190
this.
RemoveItem
(index);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
232
base.
RemoveItem
(index);