1 write to channels
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
91
this.
channels
= new CommunicationObjectManager<IChannel>(this.ThisLock);
1 reference to channels
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
153
get { return this.
channels
; }