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