1 write to _channelsList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
33
_channelsList
= new List<IChannel>();
13 references to _channelsList
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (13)
236
channel = (
_channelsList
.Count > 0) ?
_channelsList
[
_channelsList
.Count - 1] : null;
245
_channelsList
.Remove(channel);
246
channel = (
_channelsList
.Count > 0) ?
_channelsList
[
_channelsList
.Count - 1] : null;
260
count =
_channelsList
.Count;
263
channel =
_channelsList
[0];
275
for (int index = 0; index <
_channelsList
.Count; index++)
276
objectList.Add(
_channelsList
[index]);
297
_channelsList
.Add(channel);
305
_channelsList
.Remove(channel);