3 writes to m_hadCurrent
mscorlib (3)
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (3)
120
m_hadCurrent
= true;
168
m_hadCurrent
= m_iterator.HasCurrent;
173
m_hadCurrent
= m_iterator.MoveNext();
5 references to m_hadCurrent
mscorlib (5)
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (5)
132
if (!
m_hadCurrent
)
146
if (!
m_hadCurrent
)
157
if (!
m_hadCurrent
)
184
if (
m_hadCurrent
)
202
return
m_hadCurrent
;