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