1 write to _FromIterator
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
576_FromIterator = new FromAbiHelper(this);
4 references to _FromIterator
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (4)
634public bool MoveNext() => _FromIterator.MoveNext(); 635public void Reset() => _FromIterator.Reset(); 636public void Dispose() => _FromIterator.Dispose(); 637public T Current => _FromIterator.Current;