2 references to ExtensionCollection
dotnet-svcutil-lib (2)
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);