1 instantiation of ConnectionManagementSectionInternal
System (1)
net\System\Net\Configuration\ConnectionManagementSection.cs (1)
85return new ConnectionManagementSectionInternal(section);
4 references to ConnectionManagementSectionInternal
System (4)
net\System\Net\Configuration\ConnectionManagementSection.cs (2)
77static internal ConnectionManagementSectionInternal GetSection() 79lock (ConnectionManagementSectionInternal.ClassSyncObject)
net\System\Net\ServicePointManager.cs (2)
193ConnectionManagementSectionInternal configSection 194= ConnectionManagementSectionInternal.GetSection();