2 writes to connections
System.Xml (2)
System\Xml\XmlDownloadManager.cs (1)
54connections = new Hashtable();
System\Xml\XmlDownloadManagerAsync.cs (1)
48connections = new Hashtable();
8 references to connections
System.Xml (8)
System\Xml\XmlDownloadManager.cs (5)
53if ( connections == null ) { 56OpenedHost openedHost = (OpenedHost)connections[webReq.Address.Host]; 64connections.Add( webReq.Address.Host, openedHost ); 82OpenedHost openedHost = (OpenedHost)connections[host]; 85connections.Remove( host );
System\Xml\XmlDownloadManagerAsync.cs (3)
47if (connections == null) { 50OpenedHost openedHost = (OpenedHost)connections[webReq.Address.Host]; 58connections.Add(webReq.Address.Host, openedHost);