2 writes to m_hadCurrent
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
276m_hadCurrent = _iterator.HasCurrent; 281m_hadCurrent = _iterator._MoveNext();
5 references to m_hadCurrent
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (5)
241if (!m_hadCurrent) 255if (!m_hadCurrent) 265if (!m_hadCurrent) 292if (m_hadCurrent) 310return m_hadCurrent;