1 write to m_hasCurrent
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
373
m_hasCurrent
= m_enumerator.MoveNext();
3 references to m_hasCurrent
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (3)
344
if (!
m_hasCurrent
)
365
return
m_hasCurrent
;
380
return
m_hasCurrent
;