2 writes to activeNegotiationChannels2
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
528
this.
activeNegotiationChannels2
= new List<IChannel>();
684
this.
activeNegotiationChannels2
= this.activeNegotiationChannels1;
7 references to activeNegotiationChannels2
System.ServiceModel (7)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (7)
632
if (!this.activeNegotiationChannels1.Contains(channel) && !this.
activeNegotiationChannels2
.Contains(channel))
658
this.
activeNegotiationChannels2
.Remove(channel);
659
if (this.activeNegotiationChannels1.Count == 0 && this.
activeNegotiationChannels2
.Count == 0)
678
for (int i = 0; i < this.
activeNegotiationChannels2
.Count; ++i)
680
this.
activeNegotiationChannels2
[i].Abort();
682
List<IChannel> temp = this.
activeNegotiationChannels2
;
699
if (this.activeNegotiationChannels1.Count == 0 && this.
activeNegotiationChannels2
.Count == 0)