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