7 references to m_Cache
System (7)
net\System\Net\_ProxyChain.cs (7)
108GlobalLog.Assert(m_Chain.m_Cache.Count > m_CurrentIndex, "ProxyEnumerator::Current|Not all proxies made it to the cache."); 109return m_Chain.m_Cache[m_CurrentIndex]; 129if (m_Chain.m_Cache.Count > m_CurrentIndex) 140lock (m_Chain.m_Cache) 142if (m_Chain.m_Cache.Count > m_CurrentIndex) 174m_Chain.m_Cache.Add(nextProxy); 175GlobalLog.Assert(m_Chain.m_Cache.Count > m_CurrentIndex, "ProxyEnumerator::MoveNext|Not all proxies made it to the cache.");