6 references to m_ConnectionPools
System (6)
net\System\Net\ConnectionPoolManager.cs (6)
51
ConnectionPool connectionPool = (ConnectionPool)
m_ConnectionPools
[key];
54
m_ConnectionPools
[key] = connectionPool;
82
ConnectionPool connectionPool = (ConnectionPool)(
m_ConnectionPools
[key]);
85
m_ConnectionPools
[key] = null;
86
m_ConnectionPools
.Remove(key);
111
ConnectionPool connectionPool = (ConnectionPool)(
m_ConnectionPools
[key]);