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)
554protected override void InsertItem(int index, ClientOperation item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
495protected override void InsertItem(int index, DispatchOperation item)
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
32protected override void InsertItem(int index, Uri item)
3 references to InsertItem
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
562base.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
507base.InsertItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
38base.InsertItem(index, item);