7 overrides of InsertItem
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
667protected override void InsertItem(int index, EndpointDispatcher item) 706protected override void InsertItem(int index, T item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
504protected override void InsertItem(int index, T item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
445protected override void InsertItem(int index, T item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
59protected override void InsertItem(int index, TChannel item)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
89protected override void InsertItem(int index, IExtension<T> item)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
186protected override void InsertItem(int index, T item)
9 references to InsertItem
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
673base.InsertItem(index, item); 714base.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
512base.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
453base.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
62base.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
97base.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (2)
98this.InsertItem(index, item); 150this.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
193base.InsertItem(index, item);