Base:
2 overrides of InsertItem
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
596
protected override void
InsertItem
(int index, ClientOperation item) { _inner.InternalInsertItem(index, item); }
FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs (1)
98
protected override void
InsertItem
(int index, TItem item)
1 reference to InsertItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs (1)
110
base.
InsertItem
(index, item);