1 implementation of IExtensionCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
10
public sealed class ExtensionCollection<T> : SynchronizedCollection<IExtension<T>>,
IExtensionCollection
<T>
6 references to IExtensionCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1446
IExtensionCollection
<IContextChannel> IExtensibleObject<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
725
IExtensionCollection
<IContextChannel> IExtensibleObject<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
751
IExtensionCollection
<IContextChannel> IExtensibleObject<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\IExtensibleObject.cs (1)
13
IExtensionCollection
<T> Extensions { get; }
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
96
public
IExtensionCollection
<InstanceContext> Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
131
public
IExtensionCollection
<OperationContext> Extensions