1 instantiation of ServiceChannelManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
47_channels = new ServiceChannelManager(this);
3 references to ServiceChannelManager
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
21private ServiceChannelManager _channels;
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
416private ServiceChannelManager _channelManager; 436public ChannelCollection(ServiceChannelManager channelManager, object syncRoot)