2 writes to pendingSessions2
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
545
this.
pendingSessions2
= new Dictionary<UniqueId, IServerReliableChannelBinder>();
918
this.
pendingSessions2
= this.pendingSessions1;
12 references to pendingSessions2
System.ServiceModel (12)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (12)
567
return this.pendingSessions1.Count + this.
pendingSessions2
.Count + ((IInputQueueChannelAcceptor)this.channelAcceptor).PendingCount;
581
if (this.
pendingSessions2
!= null)
583
foreach (IServerReliableChannelBinder pendingChannelBinder in
pendingSessions2
.Values)
600
foreach (IServerReliableChannelBinder pendingChannelBinder in
pendingSessions2
.Values)
837
if (this.pendingSessions1.ContainsKey(sessionId) || this.
pendingSessions2
.ContainsKey(sessionId))
886
if (this.pendingSessions1.Count == 0 && this.
pendingSessions2
.Count == 0)
890
foreach (UniqueId sessionId in this.
pendingSessions2
.Keys)
892
IServerReliableChannelBinder channelBinder = this.
pendingSessions2
[sessionId];
916
this.
pendingSessions2
.Clear();
917
Dictionary<UniqueId, IServerReliableChannelBinder> temp = this.
pendingSessions2
;
933
else if (
pendingSessions2
.ContainsKey(sessionId))
935
this.
pendingSessions2
.Remove(sessionId);