1 write to _channels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
104_channels = new CommunicationObjectManager<IChannel>(this.ThisLock);
8 references to _channels
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (8)
135_channels.Add((IChannel)(object)channel); 160IChannel[] currentChannels = _channels.ToArray(); 164_channels.Abort(); 169IChannel[] currentChannels = _channels.ToArray(); 174_channels.Close(timeoutHelper.RemainingTime()); 180_channels.BeginClose, _channels.EndClose, 181_channels.ToArray());