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