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