1 implementation of IExtensionCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
10public 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)
1446IExtensionCollection<IContextChannel> IExtensibleObject<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
725IExtensionCollection<IContextChannel> IExtensibleObject<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
751IExtensionCollection<IContextChannel> IExtensibleObject<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\IExtensibleObject.cs (1)
13IExtensionCollection<T> Extensions { get; }
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
96public IExtensionCollection<InstanceContext> Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
131public IExtensionCollection<OperationContext> Extensions