3 instantiations of 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);
6 references to CommunicationObjectManager
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
89
CommunicationObjectManager
<IChannel> channels;
System\ServiceModel\Channels\HttpChannelListener.cs (3)
826
CommunicationObjectManager
<ServerWebSocketTransportDuplexSessionChannel> webSocketLifetimeManager;
1411
CommunicationObjectManager
<TCommunicationObject> communicationObjectManager;
1415
public LifetimeWrappedCloseAsyncResult(TimeSpan timeout, AsyncCallback callback, object state,
CommunicationObjectManager
<TCommunicationObject> communicationObjectManager, ChainedBeginHandler begin1, ChainedEndHandler end1, ICommunicationObject[] communicationObjects)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
25
CommunicationObjectManager
<IChannel> channels;
151
internal
CommunicationObjectManager
<IChannel> Channels