3 writes to m_CurrentConnections
System (3)
net\System\Net\ServicePoint.cs (3)
986
m_CurrentConnections
++;
1018
m_CurrentConnections
--;
1025
m_CurrentConnections
= 0;
7 references to m_CurrentConnections
System (7)
net\System\Net\ServicePoint.cs (7)
980
GlobalLog.Enter("ServicePoint#" + ValidationHelper.HashString(this) + "::IncrementConnection()",
m_CurrentConnections
.ToString());
987
if (
m_CurrentConnections
==1) {
999
GlobalLog.Leave("ServicePoint#" + ValidationHelper.HashString(this) + "::IncrementConnection()",
m_CurrentConnections
.ToString());
1012
GlobalLog.Enter("ServicePoint#" + ValidationHelper.HashString(this) + "::DecrementConnection()",
m_CurrentConnections
.ToString());
1019
if (
m_CurrentConnections
==0) {
1024
else if (
m_CurrentConnections
< 0 ) {
1029
GlobalLog.Leave("ServicePoint#" + ValidationHelper.HashString(this) + "::DecrementConnection()",
m_CurrentConnections
.ToString());