1 write to moduleList
System (1)
net\System\Net\_AuthenticationManager2.cs (1)
326this.moduleList = new ConcurrentDictionary<string, IAuthenticationModule>();
6 references to moduleList
System (6)
net\System\Net\_AuthenticationManager2.cs (6)
73foreach (IAuthenticationModule authenticationModule in this.moduleList.Values) 140if (!this.moduleList.TryGetValue(moduleName.ToUpperInvariant(), out authenticationModule)) 201this.moduleList.AddOrUpdate( 250return this.moduleList.Values.GetEnumerator(); 349this.moduleList.AddOrUpdate( 370if (!this.moduleList.TryRemove(normalizedAuthenticationType, out removedModule))