1 write to m_Chain
System (1)
net\System\Net\_ProxyChain.cs (1)
96m_Chain = chain;
11 references to m_Chain
System (11)
net\System\Net\_ProxyChain.cs (11)
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) 134if (m_Chain.m_CacheComplete) 140lock (m_Chain.m_Cache) 142if (m_Chain.m_Cache.Count > m_CurrentIndex) 147if (m_Chain.m_CacheComplete) 156if (!m_Chain.GetNextProxy(out nextProxy)) 159m_Chain.m_CacheComplete = true; 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.");