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