1 write to m_ObjectList
System (1)
net\System\Net\connectionpool.cs (1)
132
m_ObjectList
= new ArrayList();
8 references to m_ObjectList
System (8)
net\System\Net\connectionpool.cs (8)
405
lock (
m_ObjectList
.SyncRoot) {
406
m_ObjectList
.Add(newObj);
407
m_TotalObjects =
m_ObjectList
.Count;
434
lock (
m_ObjectList
.SyncRoot) {
435
m_ObjectList
.Remove(pooledStream);
436
m_TotalObjects =
m_ObjectList
.Count;
748
lock(
m_ObjectList
.SyncRoot) {
750
object[] objectList =
m_ObjectList
.ToArray();