1 write to m_hasCurrent
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
372
m_hasCurrent
= m_enumerator.MoveNext();
3 references to m_hasCurrent
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (3)
343
if (!
m_hasCurrent
)
364
return
m_hasCurrent
;
379
return
m_hasCurrent
;