2 instantiations of ServiceChannelManager
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
63
this.channels = new
ServiceChannelManager
(this);
81
this.channels = new
ServiceChannelManager
(this, NotifyEmptyCallback);
3 references to ServiceChannelManager
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (1)
24
ServiceChannelManager
channels;
System\ServiceModel\ServiceChannelManager.cs (2)
416
ServiceChannelManager
channelManager;
436
public ChannelCollection(
ServiceChannelManager
channelManager, object syncRoot)