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