Base:
5 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)
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
597
protected override void
InsertItem
(int index, ClientOperation item) { _inner.InternalInsertItem(index, item); }
System\ServiceModel\KeyedByTypeCollection.cs (1)
101
protected override void
InsertItem
(int index, TItem item)
tlens (1)
src\runtime\src\tools\illink\external\Mono.Options\Options.cs (1)
872
protected override void
InsertItem
(int index, Option item)
3 references to InsertItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\KeyedByTypeCollection.cs (1)
110
base.
InsertItem
(index, item);
System.ServiceModel.Primitives (1)
System\ServiceModel\KeyedByTypeCollection.cs (1)
113
base.
InsertItem
(index, item);
tlens (1)
src\runtime\src\tools\illink\external\Mono.Options\Options.cs (1)
874
base.
InsertItem
(index, item);