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