3 references to CommunicationObjectManager
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
99this.channels = new CommunicationObjectManager<IChannel>(this.ThisLock);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
857this.webSocketLifetimeManager = new CommunicationObjectManager<ServerWebSocketTransportDuplexSessionChannel>(this.ThisLock);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
91this.channels = new CommunicationObjectManager<IChannel>(this.ThisLock);