2 references to CommunicationObjectManager
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
105
_channels = new
CommunicationObjectManager
<IChannel>(ThisLock);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
47
Channels = new
CommunicationObjectManager
<IChannel>(ThisLock);