3 writes to nonCachedConnectionsCount
System.Xml (3)
System\Xml\XmlDownloadManager.cs (2)
66openedHost.nonCachedConnectionsCount++; 84if ( --openedHost.nonCachedConnectionsCount == 0 ) {
System\Xml\XmlDownloadManagerAsync.cs (1)
60openedHost.nonCachedConnectionsCount++;
4 references to nonCachedConnectionsCount
System.Xml (4)
System\Xml\XmlDownloadManager.cs (2)
61if ( openedHost.nonCachedConnectionsCount < webReq.ServicePoint.ConnectionLimit - 1 ) { 63if ( openedHost.nonCachedConnectionsCount == 0 ) {
System\Xml\XmlDownloadManagerAsync.cs (2)
55if (openedHost.nonCachedConnectionsCount < webReq.ServicePoint.ConnectionLimit - 1) { 57if (openedHost.nonCachedConnectionsCount == 0) {