7 overrides of SetItem
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
683protected override void SetItem(int index, EndpointDispatcher item) 723protected override void SetItem(int index, T item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
521protected override void SetItem(int index, T item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
462protected override void SetItem(int index, T item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
73protected override void SetItem(int index, TChannel item)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
110protected override void SetItem(int index, IExtension<T> item)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
248protected override void SetItem(int index, T item)
6 references to SetItem
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
731base.SetItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
529base.SetItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
470base.SetItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
78base.SetItem(index, item);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (1)
88this.SetItem(index, value);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
266base.SetItem(index, item);