2 writes to m_hadCurrent
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
277m_hadCurrent = _iterator.HasCurrent; 282m_hadCurrent = _iterator._MoveNext();
5 references to m_hadCurrent
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (5)
242if (!m_hadCurrent) 256if (!m_hadCurrent) 266if (!m_hadCurrent) 293if (m_hadCurrent) 311return m_hadCurrent;