7 references to m_Cache
System (7)
net\System\Net\_ProxyChain.cs (7)
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)
140
lock (m_Chain.
m_Cache
)
142
if (m_Chain.
m_Cache
.Count > m_CurrentIndex)
174
m_Chain.
m_Cache
.Add(nextProxy);
175
GlobalLog.Assert(m_Chain.
m_Cache
.Count > m_CurrentIndex, "ProxyEnumerator::MoveNext|Not all proxies made it to the cache.");