2 writes to m_hadCurrent
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
282m_hadCurrent = _iterator.HasCurrent; 287m_hadCurrent = _iterator._MoveNext();
5 references to m_hadCurrent
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (5)
247if (!m_hadCurrent) 261if (!m_hadCurrent) 271if (!m_hadCurrent) 298if (m_hadCurrent) 316return m_hadCurrent;