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