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