2 references to CommunicationObjectManager
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
104
_channels = new
CommunicationObjectManager
<IChannel>(this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
51
_channels = new
CommunicationObjectManager
<IChannel>(this.ThisLock);