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