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