1 write to _iterator
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
227_iterator = iterator;
3 references to _iterator
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (3)
277m_hadCurrent = _iterator.HasCurrent; 282m_hadCurrent = _iterator._MoveNext(); 295m_current = _iterator._Current;