2 writes to m_CurrentIndex
System (2)
net\System\Net\_ProxyChain.cs (2)
221m_CurrentIndex = -1; 225proxy = m_ScriptProxies[m_CurrentIndex++];
3 references to m_CurrentIndex
System (3)
net\System\Net\_ProxyChain.cs (3)
207if (m_CurrentIndex < 0) 213if (m_CurrentIndex == 0) 218if (m_ScriptProxies == null || m_CurrentIndex >= m_ScriptProxies.Length)