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