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