5 implementations of Extensions
dotnet-svcutil-lib (5)
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\InstanceContext.cs (1)
96public IExtensionCollection<InstanceContext> Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
131public IExtensionCollection<OperationContext> Extensions
2 references to Extensions
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
727get { return ((IContextChannel)_serviceChannel).Extensions; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
753get { return ((IExtensibleObject<IContextChannel>)_channel).Extensions; }