1 write to m_enumerator
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
329
internal ToAbiHelper(global::System.Collections.Generic.IEnumerator<T> enumerator) =>
m_enumerator
= enumerator;
2 references to m_enumerator
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
348
return
m_enumerator
.Current;
372
m_hasCurrent =
m_enumerator
.MoveNext();