2 writes to m_CurrentIndex
System (2)
net\System\Net\_ProxyChain.cs (2)
128checked{m_CurrentIndex++;} 183m_CurrentIndex = -1;
6 references to m_CurrentIndex
System (6)
net\System\Net\_ProxyChain.cs (6)
103if (m_Finished || m_CurrentIndex < 0) 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) 142if (m_Chain.m_Cache.Count > m_CurrentIndex) 175GlobalLog.Assert(m_Chain.m_Cache.Count > m_CurrentIndex, "ProxyEnumerator::MoveNext|Not all proxies made it to the cache.");