3 writes to m_ActiveConnections
System (3)
net\System\Net\_ConnectionGroup.cs (3)
169
m_ActiveConnections
++;
179
m_ActiveConnections
--;
186
m_ActiveConnections
= 0;
3 references to m_ActiveConnections
System (3)
net\System\Net\_ConnectionGroup.cs (3)
170
if (
m_ActiveConnections
== 1) {
180
if (
m_ActiveConnections
== 0) {
185
else if (
m_ActiveConnections
< 0) {