1 write to connectionManagement
System (1)
net\System\Net\Configuration\ConnectionManagementSection.cs (1)
43this.connectionManagement = new Hashtable(section.ConnectionManagement.Count);
2 references to connectionManagement
System (2)
net\System\Net\Configuration\ConnectionManagementSection.cs (2)
46this.connectionManagement[connectionManagementElement.Address] = connectionManagementElement.MaxConnection; 55Hashtable retval = this.connectionManagement;