7 overrides of InsertItem
System.ServiceModel.Primitives (7)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
648protected override void InsertItem(int index, EndpointDispatcher item) 689protected override void InsertItem(int index, T item)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
495protected override void InsertItem(int index, T item)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
434protected 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)
98protected override void InsertItem(int index, IExtension<T> item)
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
217protected override void InsertItem(int index, T item)
9 references to InsertItem
System.ServiceModel.Primitives (9)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
656base.InsertItem(index, item); 697base.InsertItem(index, item);
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
503base.InsertItem(index, item);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
442base.InsertItem(index, item);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
63base.InsertItem(index, item);
System\ServiceModel\ExtensionCollection.cs (1)
108base.InsertItem(index, item);
System\ServiceModel\SynchronizedCollection.cs (2)
96InsertItem(index, item); 150InsertItem(index, item);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
226base.InsertItem(index, item);