2 writes to activeNegotiationChannels1
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
527
this.
activeNegotiationChannels1
= new List<IChannel>();
685
this.
activeNegotiationChannels1
= temp;
6 references to activeNegotiationChannels1
System.ServiceModel (6)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (6)
632
if (!this.
activeNegotiationChannels1
.Contains(channel) && !this.activeNegotiationChannels2.Contains(channel))
634
this.
activeNegotiationChannels1
.Add(channel);
657
this.
activeNegotiationChannels1
.Remove(channel);
659
if (this.
activeNegotiationChannels1
.Count == 0 && this.activeNegotiationChannels2.Count == 0)
684
this.activeNegotiationChannels2 = this.
activeNegotiationChannels1
;
699
if (this.
activeNegotiationChannels1
.Count == 0 && this.activeNegotiationChannels2.Count == 0)