2 instantiations of CommunicationObjectManager
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
105_channels = new CommunicationObjectManager<IChannel>(ThisLock);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
47Channels = new CommunicationObjectManager<IChannel>(ThisLock);
2 references to CommunicationObjectManager
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
95private CommunicationObjectManager<IChannel> _channels;
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
91internal CommunicationObjectManager<IChannel> Channels { get; private set; }