2 writes to m_TotalObjects
System (2)
net\System\Net\connectionpool.cs (2)
407
m_TotalObjects
= m_ObjectList.Count;
436
m_TotalObjects
= m_ObjectList.Count;
1 reference to m_TotalObjects
System (1)
net\System\Net\connectionpool.cs (1)
219
get { return(
m_TotalObjects
); }