9 overrides of InsertItem
System.ServiceModel (9)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
625protected override void InsertItem(int index, TSessionChannel item)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
982protected override void InsertItem(int index, EndpointDispatcher item) 1021protected override void InsertItem(int index, T item)
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
39protected override void InsertItem(int index, ChannelDispatcherBase item)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
504protected override void InsertItem(int index, T item)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
885protected override void InsertItem(int index, T item)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
60protected override void InsertItem(int index, TChannel item)
System\ServiceModel\ExtensionCollection.cs (1)
91protected override void InsertItem(int index, IExtension<T> item)
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
186protected override void InsertItem(int index, T item)
11 references to InsertItem
System.ServiceModel (11)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
628base.InsertItem(index, item);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
988base.InsertItem(index, item); 1029base.InsertItem(index, item);
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
49base.InsertItem(index, item);
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
512base.InsertItem(index, item);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
893base.InsertItem(index, item);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
63base.InsertItem(index, item);
System\ServiceModel\ExtensionCollection.cs (1)
99base.InsertItem(index, item);
System\ServiceModel\SynchronizedCollection.cs (2)
99this.InsertItem(index, item); 151this.InsertItem(index, item);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
193base.InsertItem(index, item);