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