2 instantiations of CommunicationObjectManager
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
104
_channels = new
CommunicationObjectManager
<IChannel>(this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
51
_channels = new
CommunicationObjectManager
<IChannel>(this.ThisLock);
3 references to CommunicationObjectManager
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
94
private
CommunicationObjectManager
<IChannel> _channels;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
19
private
CommunicationObjectManager
<IChannel> _channels;
98
internal
CommunicationObjectManager
<IChannel> Channels