2 writes to pendingSessions1
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
544this.pendingSessions1 = new Dictionary<UniqueId, IServerReliableChannelBinder>(); 919this.pendingSessions1 = temp;
10 references to pendingSessions1
System.ServiceModel (10)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (10)
567return this.pendingSessions1.Count + this.pendingSessions2.Count + ((IInputQueueChannelAcceptor)this.channelAcceptor).PendingCount; 574if (this.pendingSessions1 != null) 576foreach (IServerReliableChannelBinder pendingChannelBinder in pendingSessions1.Values) 596foreach (IServerReliableChannelBinder pendingChannelBinder in pendingSessions1.Values) 837if (this.pendingSessions1.ContainsKey(sessionId) || this.pendingSessions2.ContainsKey(sessionId)) 841this.pendingSessions1.Add(sessionId, channelBinder); 886if (this.pendingSessions1.Count == 0 && this.pendingSessions2.Count == 0) 918this.pendingSessions2 = this.pendingSessions1; 928if (this.pendingSessions1.ContainsKey(sessionId)) 930this.pendingSessions1.Remove(sessionId);