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