1 instantiation of AuthenticationModulesSectionInternal
System (1)
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
140return new AuthenticationModulesSectionInternal(section);
4 references to AuthenticationModulesSectionInternal
System (4)
net\System\Net\_AuthenticationManager2.cs (1)
314AuthenticationModulesSectionInternal.GetSection().AuthenticationModules;
net\System\Net\_AuthenticationManagerDefault.cs (1)
96AuthenticationModulesSectionInternal.GetSection().AuthenticationModules;
net\System\Net\Configuration\AuthenticationModulesSection.cs (2)
132static internal AuthenticationModulesSectionInternal GetSection() 134lock (AuthenticationModulesSectionInternal.ClassSyncObject)