3 instantiations of ExtensionCollection
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1453_extensions = new ExtensionCollection<IContextChannel>((IContextChannel)Proxy, ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
104_extensions = new ExtensionCollection<InstanceContext>(this, this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
137_extensions = new ExtensionCollection<OperationContext>(this);
3 references to ExtensionCollection
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
37private ExtensionCollection<IContextChannel> _extensions;
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
22private ExtensionCollection<InstanceContext> _extensions;
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
21private ExtensionCollection<OperationContext> _extensions;