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