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)
21
private
ServiceChannelManager
_channels;
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
416
private
ServiceChannelManager
_channelManager;
436
public ChannelCollection(
ServiceChannelManager
channelManager, object syncRoot)