1 write to activeChannels
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
956
this.
activeChannels
= new List<TSessionChannel>();
9 references to activeChannels
System.ServiceModel (9)
System\ServiceModel\Channels\DatagramAdapter.cs (9)
1011
this.
activeChannels
.Add(channel);
1023
this.
activeChannels
.Remove(channel);
1036
this.
activeChannels
.Remove(channel);
1060
activeChannels = new TSessionChannel[this.
activeChannels
.Count];
1061
this.
activeChannels
.CopyTo(activeChannels);
1079
activeChannels = new TSessionChannel[this.
activeChannels
.Count];
1080
this.
activeChannels
.CopyTo(activeChannels);
1100
activeChannels = new TSessionChannel[this.
activeChannels
.Count];
1101
this.
activeChannels
.CopyTo(activeChannels);