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