Base:
method
InsertItem
System.Collections.Generic.SynchronizedCollection<T>.InsertItem(System.Int32, T)
3 overrides of InsertItem
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
554
protected override void
InsertItem
(int index, ClientOperation item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
495
protected override void
InsertItem
(int index, DispatchOperation item)
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
32
protected override void
InsertItem
(int index, Uri item)
3 references to InsertItem
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
562
base.
InsertItem
(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
507
base.
InsertItem
(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
38
base.
InsertItem
(index, item);