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)
94private CommunicationObjectManager<IChannel> _channels;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
19private CommunicationObjectManager<IChannel> _channels; 98internal CommunicationObjectManager<IChannel> Channels