1 write to m_Chain
System (1)
net\System\Net\_ProxyChain.cs (1)
96
m_Chain
= chain;
11 references to m_Chain
System (11)
net\System\Net\_ProxyChain.cs (11)
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)
134
if (
m_Chain
.m_CacheComplete)
140
lock (
m_Chain
.m_Cache)
142
if (
m_Chain
.m_Cache.Count > m_CurrentIndex)
147
if (
m_Chain
.m_CacheComplete)
156
if (!
m_Chain
.GetNextProxy(out nextProxy))
159
m_Chain
.m_CacheComplete = true;
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.");