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