7 overrides of SetItem
System.ServiceModel.Primitives (7)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
666protected override void SetItem(int index, EndpointDispatcher item) 706protected override void SetItem(int index, T item)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
512protected override void SetItem(int index, T item)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
451protected override void SetItem(int index, T item)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
74protected override void SetItem(int index, TChannel item)
System\ServiceModel\ExtensionCollection.cs (1)
121protected override void SetItem(int index, IExtension<T> item)
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
293protected override void SetItem(int index, T item)
6 references to SetItem
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
714base.SetItem(index, item);
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
520base.SetItem(index, item);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
459base.SetItem(index, item);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
79base.SetItem(index, item);
System\ServiceModel\SynchronizedCollection.cs (1)
86SetItem(index, value);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
317base.SetItem(index, item);