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