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