Base:
method
InsertItem
System.Collections.Generic.SynchronizedKeyedCollection<K, T>.InsertItem(System.Int32, T)
1 reference to InsertItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
584internal void InternalInsertItem(int index, ClientOperation item) { this.InsertItem(index, item); }