1 write to _iterator
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
226_iterator = iterator;
3 references to _iterator
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (3)
276m_hadCurrent = _iterator.HasCurrent; 281m_hadCurrent = _iterator._MoveNext(); 294m_current = _iterator._Current;