1 write to sessionList
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SessionChannels.cs (1)
28this.sessionList = new List<IRoutingClient>();
8 references to sessionList
System.ServiceModel.Routing (8)
System\ServiceModel\Routing\SessionChannels.cs (8)
51localClients = this.sessionList.ConvertAll<ICommunicationObject>((client) => (ICommunicationObject)client); 52this.sessionList.Clear(); 97sessionList.Add(value); 114this.sessionList.Clear(); 131this.sessionList.Remove(client); 146int count = this.sessionList.Count; 149client = this.sessionList[count - 1]; 150this.sessionList.RemoveAt(count - 1);