4 references to ExtensionCollection
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
798this.extensions = new ExtensionCollection<IPeerNeighbor>(this, thisLock);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1664this.extensions = new ExtensionCollection<IContextChannel>((IContextChannel)this.Proxy, this.ThisLock);
System\ServiceModel\InstanceContext.cs (1)
174this.extensions = new ExtensionCollection<InstanceContext>(this, this.ThisLock);
System\ServiceModel\ServiceHost.cs (1)
63this.extensions = new ExtensionCollection<ServiceHostBase>(this, this.ThisLock);