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