6 references to s_modules
System.Net.Mail (6)
System\Net\Mail\SmtpAuthenticationManager.cs (6)
23lock (s_modules) 25s_modules.Add(module); 31lock (s_modules) 33ISmtpAuthenticationModule[] copy = new ISmtpAuthenticationModule[s_modules.Count]; 34s_modules.CopyTo(0, copy, 0, s_modules.Count);