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);
160
IChannel[] currentChannels =
_channels
.ToArray();
164
_channels
.Abort();
169
IChannel[] currentChannels =
_channels
.ToArray();
174
_channels
.Close(timeoutHelper.RemainingTime());
180
_channels
.BeginClose,
_channels
.EndClose,
181
_channels
.ToArray());