1 write to _channels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
51
_channels
= new CommunicationObjectManager<IChannel>(this.ThisLock);
1 reference to _channels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
100
get { return
_channels
; }