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