9 overrides of SetItem
System.ServiceModel (9)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
639protected override void SetItem(int index, TSessionChannel item)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
998protected override void SetItem(int index, EndpointDispatcher item) 1038protected override void SetItem(int index, T item)
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
60protected override void SetItem(int index, ChannelDispatcherBase item)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
521protected override void SetItem(int index, T item)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
902protected 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)
112protected override void SetItem(int index, IExtension<T> item)
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
248protected override void SetItem(int index, T item)
8 references to SetItem
System.ServiceModel (8)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
644base.SetItem(index, item);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
1046base.SetItem(index, item);
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
76base.SetItem(index, item);
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
529base.SetItem(index, item);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
910base.SetItem(index, item);
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
79base.SetItem(index, item);
System\ServiceModel\SynchronizedCollection.cs (1)
89this.SetItem(index, value);
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
266base.SetItem(index, item);