1 write to _FromIterator
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
570_FromIterator = new FromAbiHelper(this);
4 references to _FromIterator
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (4)
628public bool MoveNext() => _FromIterator.MoveNext(); 629public void Reset() => _FromIterator.Reset(); 630public void Dispose() => _FromIterator.Dispose(); 631public T Current => _FromIterator.Current;