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